diff options
| author | Charles <63302440+Sarrus1@users.noreply.github.com> | 2024-03-04 10:33:25 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-04 09:33:25 +0000 |
| commit | e479db627c89c660e577647900b370c0989cb754 (patch) | |
| tree | 5c4c4a1288be4813ebee39c74e0969387c6a1f84 /queries | |
| parent | feat(swift): add will/didSet indent (diff) | |
| download | nvim-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)
Diffstat (limited to 'queries')
| -rw-r--r-- | queries/sourcepawn/highlights.scm | 3 |
1 files changed, 1 insertions, 2 deletions
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 |
