aboutsummaryrefslogtreecommitdiffstats
path: root/queries
diff options
context:
space:
mode:
authorMatthias Q <35303817+matthias-Q@users.noreply.github.com>2023-07-28 08:58:19 +0200
committerGitHub <noreply@github.com>2023-07-28 02:58:19 -0400
commit205b9e9bb88240a4192e0a2372b72b593724965f (patch)
tree03183af77e77a9548f20b85abac3eadbfe7c33aa /queries
parentchore: update C, improve preproc_arg highlights (diff)
downloadnvim-treesitter-205b9e9bb88240a4192e0a2372b72b593724965f.tar
nvim-treesitter-205b9e9bb88240a4192e0a2372b72b593724965f.tar.gz
nvim-treesitter-205b9e9bb88240a4192e0a2372b72b593724965f.tar.bz2
nvim-treesitter-205b9e9bb88240a4192e0a2372b72b593724965f.tar.lz
nvim-treesitter-205b9e9bb88240a4192e0a2372b72b593724965f.tar.xz
nvim-treesitter-205b9e9bb88240a4192e0a2372b72b593724965f.tar.zst
nvim-treesitter-205b9e9bb88240a4192e0a2372b72b593724965f.zip
feat(sql, prql): update sql highlights, update prql to v0.9.x compatiblity
Diffstat (limited to 'queries')
-rw-r--r--queries/prql/highlights.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/queries/prql/highlights.scm b/queries/prql/highlights.scm
index 68b781959..09bf7066b 100644
--- a/queries/prql/highlights.scm
+++ b/queries/prql/highlights.scm
@@ -58,14 +58,15 @@ alias: (identifier) @field
">"
"&&"
"||"
+ "//"
(bang)
] @operator
[
"("
")"
- "["
- "]"
+ "{"
+ "}"
] @punctuation.bracket
[