mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat(highlights): add -- as operator highlight
This commit is contained in:
parent
c97ffd4511
commit
57bee5b4b8
2 changed files with 2 additions and 0 deletions
|
|
@ -117,6 +117,7 @@
|
||||||
"'?"
|
"'?"
|
||||||
"!"
|
"!"
|
||||||
"?"
|
"?"
|
||||||
|
"--"
|
||||||
] @operator
|
] @operator
|
||||||
|
|
||||||
(bracket) @punctuation.bracket
|
(bracket) @punctuation.bracket
|
||||||
|
|
|
||||||
|
|
@ -113,6 +113,7 @@
|
||||||
"'?"
|
"'?"
|
||||||
"!"
|
"!"
|
||||||
"?"
|
"?"
|
||||||
|
"--"
|
||||||
] @operator
|
] @operator
|
||||||
|
|
||||||
(bracket) @punctuation.bracket
|
(bracket) @punctuation.bracket
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue