aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles <63302440+Sarrus1@users.noreply.github.com>2024-03-04 10:33:25 +0100
committerGitHub <noreply@github.com>2024-03-04 09:33:25 +0000
commite479db627c89c660e577647900b370c0989cb754 (patch)
tree5c4c4a1288be4813ebee39c74e0969387c6a1f84
parentfeat(swift): add will/didSet indent (diff)
downloadnvim-treesitter-e479db627c89c660e577647900b370c0989cb754.tar
nvim-treesitter-e479db627c89c660e577647900b370c0989cb754.tar.gz
nvim-treesitter-e479db627c89c660e577647900b370c0989cb754.tar.bz2
nvim-treesitter-e479db627c89c660e577647900b370c0989cb754.tar.lz
nvim-treesitter-e479db627c89c660e577647900b370c0989cb754.tar.xz
nvim-treesitter-e479db627c89c660e577647900b370c0989cb754.tar.zst
nvim-treesitter-e479db627c89c660e577647900b370c0989cb754.zip
fix(sourcepawn) update queries to grammar change (#6247)
-rw-r--r--lockfile.json2
-rw-r--r--queries/sourcepawn/highlights.scm3
2 files changed, 2 insertions, 3 deletions
diff --git a/lockfile.json b/lockfile.json
index 22b858fd5..9e4cacb82 100644
--- a/lockfile.json
+++ b/lockfile.json
@@ -630,7 +630,7 @@
"revision": "857077f9e6bb04df0f769c18d32bfe036911adc8"
},
"sourcepawn": {
- "revision": "a08f8b5c1ebbce93cf5d751ff4bd03b75179f3a9"
+ "revision": "30ba6d614b07e6f1a9302af8e9fd57711c5f38f2"
},
"sparql": {
"revision": "05f949d3c1c15e3261473a244d3ce87777374dec"
diff --git a/queries/sourcepawn/highlights.scm b/queries/sourcepawn/highlights.scm
index bbe37e061..b134a0035 100644
--- a/queries/sourcepawn/highlights.scm
+++ b/queries/sourcepawn/highlights.scm
@@ -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