mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 13:30:01 -04:00
feat(sql): json operator highlights
This commit is contained in:
parent
8d2eb35c5b
commit
849645e893
2 changed files with 5 additions and 3 deletions
|
|
@ -300,6 +300,10 @@
|
|||
">="
|
||||
">"
|
||||
"<>"
|
||||
"->"
|
||||
"->>"
|
||||
"#>"
|
||||
"#>>"
|
||||
] @operator
|
||||
|
||||
[
|
||||
|
|
@ -312,5 +316,3 @@
|
|||
","
|
||||
"."
|
||||
] @punctuation.delimiter
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue