summaryrefslogtreecommitdiffstats
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
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
-rw-r--r--lockfile.json2
-rw-r--r--queries/prql/highlights.scm5
2 files changed, 4 insertions, 3 deletions
diff --git a/lockfile.json b/lockfile.json
index f64749d33..0dfa344e2 100644
--- a/lockfile.json
+++ b/lockfile.json
@@ -402,7 +402,7 @@
"revision": "42d82fa18f8afe59b5fc0b16c207ee4f84cb185f"
},
"prql": {
- "revision": "02b1e967ede00aaa5d7c9fcd4a604b83825a6261"
+ "revision": "b0b7cf06174e65e041d854b843e31f65e47d1fc7"
},
"pug": {
"revision": "a7ff31a38908df9b9f34828d21d6ca5e12413e18"
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
[