fix: update to pass all tests

This commit is contained in:
Chris Dragan 2025-12-31 19:14:40 +01:00
parent d3d701cf2f
commit a266dca64d
2 changed files with 81 additions and 80 deletions

View file

@ -1,10 +1,17 @@
(comment) @comment
(number) @number
(identifier) @variable
(property_identifier) @property
(string_literal) @string
(string_literal_begin) @string
(string_literal_continuation) @string
(string_literal_end) @string
[
@ -15,9 +22,7 @@
"switch"
] @keyword.conditional
[
"import"
] @keyword.import
"import" @keyword.import
[
"for"
@ -29,9 +34,7 @@
(for_statement
"in" @keyword.repeat)
[
"class"
] @keyword.type
"class" @keyword.type
[
"return"
@ -81,9 +84,7 @@
(true)
] @boolean
[
(void)
] @constant.builtin
(void) @constant.builtin
[
"("

View file

@ -33,7 +33,7 @@
(#set! definition.var.scope parent))
(class_decl
name: (identifier) @local.definition.class
name: (identifier) @local.definition.type
(#set! definition.var.scope parent))
; References