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 4361091 commit e9fae39Copy full SHA for e9fae39
grammars/tree-sitter-lua.json
@@ -44,6 +44,7 @@
44
"local_function > 'end'": "storage.type.function",
45
46
"function_call > identifier": "entity.name.function",
47
+ "function_call > property_identifier": "entity.name.function",
48
"function_call > method": "entity.name.function",
49
50
"function_definition > parameters > identifier": "variable.parameter",
0 commit comments