mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-14 09:20:04 -04:00
feat: add prql (#4393)
* feat: add prql * highlights(prql): null as constant.builtin * highlights(prql): add missing kwd, update queries * highlights(prql): remove redundant queries * highlights(prql): make `->` a delimiter * highlights(prql): instructions to `@method.call`
This commit is contained in:
parent
9dd1b9c097
commit
0572657d4d
5 changed files with 168 additions and 0 deletions
|
|
@ -338,6 +338,9 @@
|
|||
"proto": {
|
||||
"revision": "42d82fa18f8afe59b5fc0b16c207ee4f84cb185f"
|
||||
},
|
||||
"prql": {
|
||||
"revision": "3f27cac466f030ee7d985d91eba5470e01dd21ea"
|
||||
},
|
||||
"pug": {
|
||||
"revision": "884e225b5ecca5d885ae627275f16ef648acd42e"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue