fix(sourcepawn) update queries to grammar change (#6247)

This commit is contained in:
Charles 2024-03-04 10:33:25 +01:00 committed by GitHub
parent 63ca90eaa3
commit e479db627c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 3 deletions

View file

@ -201,6 +201,7 @@
"~="
"<<="
">>="
"..."
(ignore_argument)
(scope_access)
(rest_operator)
@ -246,8 +247,6 @@
(array_literal) @punctuation.bracket
(concatenated_string) @punctuation.delimiter
(bool_literal) @boolean
(null) @constant.builtin