Skip to content

Commit 0c140f5

Browse files
author
fidgetingbits
committed
actual lambda fix
1 parent 6ca47d8 commit 0c140f5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

queries/lua.scm

+1-2
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)