We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bbab2a commit a4e5968Copy full SHA for a4e5968
queries/lua.scm
@@ -91,8 +91,7 @@
91
body: (_)? @namedFunction.interior
92
) @_.domain @namedFunction
93
94
-;; TODO: lambda isn't working yet for some reason, seems maybe !name is busted
95
-(function_declaration
+(function_definition
96
!name
97
body: (_)? @anonymousFunction.interior
98
) @_.domain @anonymousFunction
0 commit comments