mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 12:50:09 -04:00
Remove projection and object highlights
These are just pairs of curly braces, covered by punctuation.brackets higher up
This commit is contained in:
parent
5374f4ff89
commit
05faf4ad7a
1 changed files with 0 additions and 9 deletions
|
|
@ -84,15 +84,6 @@
|
||||||
; Comments
|
; Comments
|
||||||
(comment) @comment @spell
|
(comment) @comment @spell
|
||||||
|
|
||||||
; Projections and objects
|
|
||||||
(projection
|
|
||||||
"{" @punctuation.bracket
|
|
||||||
"}" @punctuation.bracket)
|
|
||||||
|
|
||||||
(object
|
|
||||||
"{" @punctuation.bracket
|
|
||||||
"}" @punctuation.bracket)
|
|
||||||
|
|
||||||
; Conditional projections
|
; Conditional projections
|
||||||
(conditional_projection
|
(conditional_projection
|
||||||
"=>" @operator)
|
"=>" @operator)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue