mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 03:56:52 -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
|
|
@ -630,7 +630,7 @@
|
|||
"revision": "857077f9e6bb04df0f769c18d32bfe036911adc8"
|
||||
},
|
||||
"sourcepawn": {
|
||||
"revision": "a08f8b5c1ebbce93cf5d751ff4bd03b75179f3a9"
|
||||
"revision": "30ba6d614b07e6f1a9302af8e9fd57711c5f38f2"
|
||||
},
|
||||
"sparql": {
|
||||
"revision": "05f949d3c1c15e3261473a244d3ce87777374dec"
|
||||
|
|
|
|||
|
|
@ -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