mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 09:50:04 -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
|
|
@ -58,14 +58,15 @@ alias: (identifier) @field
|
|||
">"
|
||||
"&&"
|
||||
"||"
|
||||
"//"
|
||||
(bang)
|
||||
] @operator
|
||||
|
||||
[
|
||||
"("
|
||||
")"
|
||||
"["
|
||||
"]"
|
||||
"{"
|
||||
"}"
|
||||
] @punctuation.bracket
|
||||
|
||||
[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue