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 f9a62da commit c7451a9Copy full SHA for c7451a9
grammars/tree-sitter-lua.json
@@ -31,7 +31,7 @@
31
32
"comment": "comment",
33
"string": "string",
34
- "number": "constant.numberic",
+ "number": "constant.numeric",
35
36
"function > function_name > identifier": "entity.name.function",
37
"function > function_name > property_identifier": "entity.name.function",
0 commit comments