mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50:09 -04:00
feat(sql, prql): update sql highlights, update prql to v0.9.x compatiblity
This commit is contained in:
parent
6aababfca4
commit
205b9e9bb8
2 changed files with 4 additions and 3 deletions
|
|
@ -402,7 +402,7 @@
|
||||||
"revision": "42d82fa18f8afe59b5fc0b16c207ee4f84cb185f"
|
"revision": "42d82fa18f8afe59b5fc0b16c207ee4f84cb185f"
|
||||||
},
|
},
|
||||||
"prql": {
|
"prql": {
|
||||||
"revision": "02b1e967ede00aaa5d7c9fcd4a604b83825a6261"
|
"revision": "b0b7cf06174e65e041d854b843e31f65e47d1fc7"
|
||||||
},
|
},
|
||||||
"pug": {
|
"pug": {
|
||||||
"revision": "a7ff31a38908df9b9f34828d21d6ca5e12413e18"
|
"revision": "a7ff31a38908df9b9f34828d21d6ca5e12413e18"
|
||||||
|
|
|
||||||
|
|
@ -58,14 +58,15 @@ alias: (identifier) @field
|
||||||
">"
|
">"
|
||||||
"&&"
|
"&&"
|
||||||
"||"
|
"||"
|
||||||
|
"//"
|
||||||
(bang)
|
(bang)
|
||||||
] @operator
|
] @operator
|
||||||
|
|
||||||
[
|
[
|
||||||
"("
|
"("
|
||||||
")"
|
")"
|
||||||
"["
|
"{"
|
||||||
"]"
|
"}"
|
||||||
] @punctuation.bracket
|
] @punctuation.bracket
|
||||||
|
|
||||||
[
|
[
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue