mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-14 09:20:04 -04:00
fix(sourcepawn) update queries to grammar change (#6247)
This commit is contained in:
parent
63ca90eaa3
commit
e479db627c
2 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue