mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 19:00:02 -04:00
fix(highlights): improve consistency
This commit is contained in:
parent
4cd951d703
commit
2f38c36294
22 changed files with 62 additions and 76 deletions
|
|
@ -51,8 +51,8 @@
|
|||
|
||||
(keypath) @string.special.path
|
||||
|
||||
; Always highlight the value of an enum statement as a string
|
||||
(enum_value) @string
|
||||
; Always highlight the value of an enum statement as a constant
|
||||
(enum_value) @constant
|
||||
|
||||
; Highlight xpath and pattern strings differently from plain strings
|
||||
(statement
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue