Commit b927681
1 parent 886d8c8 commit b927681
1 file changed
+1
-1
lines changed- grammar-declarations.js+28-30
- grammar-keywords.js-49
- grammar.js+41-38
- package.json+2-2
- queries/highlights.scm+52-20
- src/grammar.json+365-445
- src/node-types.json+112-152
- src/parser.c+105.3k-119.6k
- src/scanner.c+1-1
- test/corpus/assignment.txt+11-12
- test/corpus/binary_operators.txt+12-12
- test/corpus/comments.txt+2-2
- test/corpus/declarations.txt+157-156
- test/corpus/edge_cases.txt+10-10
- test/corpus/expressions.txt+13-23
- test/corpus/function_call.txt+2-2
- test/corpus/import.txt+61-39
- test/corpus/literals.txt+147-177
- test/corpus/logical_operators.txt+4-4
- test/corpus/package.txt+11-19
- test/corpus/semicolons.txt-6
- test/corpus/unary_operations.txt+31-31
- test/highlight/class.hx+3-3
- test/highlight/expressions.hx+7-7
- test/highlight/import.hx+23-4
- test/highlight/interface.hx+1-1
- test/highlight/literals.hx+1-1
- test/highlight/package.hx+6-6
- test/highlight/type.hx+3
- test/highlight/variable.hx+3
0 commit comments