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

@ -630,7 +630,7 @@
"revision": "857077f9e6bb04df0f769c18d32bfe036911adc8"
},
"sourcepawn": {
"revision": "a08f8b5c1ebbce93cf5d751ff4bd03b75179f3a9"
"revision": "30ba6d614b07e6f1a9302af8e9fd57711c5f38f2"
},
"sparql": {
"revision": "05f949d3c1c15e3261473a244d3ce87777374dec"

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