This commit is contained in:
Ben Barber 2025-11-25 10:59:12 +01:00 committed by GitHub
commit 669bb6f56b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,5 @@
(identifier) @variable
((identifier) @variable
(#set! priority 99))
(int_literal) @number
@ -116,6 +117,14 @@
"@"
"++"
"--"
"+="
"-="
"*="
"/="
"%="
"&="
"|="
"^="
] @operator
(attribute