1 file changed
+1
-1
lines changed- grammar-declarations.js+30-31
 - grammar-keywords.js-49
 - grammar.js+54-40
 - package-lock.json+2-2
 - package.json+2-2
 - queries/highlights.scm+58-23
 - 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+12-13
 - test/corpus/binary_operators.txt+12-12
 - test/corpus/comments.txt+2-2
 - test/corpus/declarations.txt+221-156
 - test/corpus/edge_cases.txt+10-10
 - test/corpus/expressions.txt+13-23
 - test/corpus/function_call.txt+88-2
 - test/corpus/import.txt+124-38
 - 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+6-6
 - test/highlight/expressions.hx+7-7
 - test/highlight/function_call.hx+36
 - test/highlight/import.hx+46-3
 - test/highlight/interface.hx+2-2
 - 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