Skip to content

Commit a4e5968

Browse files
author
fidgetingbits
committed
actual lambda fix
1 parent 5bbab2a commit a4e5968

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

queries/lua.scm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,7 @@
9191
body: (_)? @namedFunction.interior
9292
) @_.domain @namedFunction
9393

94-
;; TODO: lambda isn't working yet for some reason, seems maybe !name is busted
95-
(function_declaration
94+
(function_definition
9695
!name
9796
body: (_)? @anonymousFunction.interior
9897
) @_.domain @anonymousFunction

0 commit comments

Comments
 (0)