mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-20 20:30:05 -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
|
||||
(comment) @comment @spell
|
||||
|
||||
; Projections and objects
|
||||
(projection
|
||||
"{" @punctuation.bracket
|
||||
"}" @punctuation.bracket)
|
||||
|
||||
(object
|
||||
"{" @punctuation.bracket
|
||||
"}" @punctuation.bracket)
|
||||
|
||||
; Conditional projections
|
||||
(conditional_projection
|
||||
"=>" @operator)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue