mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat(proto): more delimiter, property highlights
This commit is contained in:
parent
cd64fd3f44
commit
8fccdb3d49
2 changed files with 80 additions and 0 deletions
|
|
@ -1,3 +1,19 @@
|
|||
(full_ident
|
||||
(identifier) @variable)
|
||||
|
||||
(full_ident
|
||||
(identifier)
|
||||
(identifier) @variable.member)
|
||||
|
||||
(field
|
||||
(identifier) @property)
|
||||
|
||||
(field_option
|
||||
(identifier) @property)
|
||||
|
||||
(block_lit
|
||||
(identifier) @property)
|
||||
|
||||
[
|
||||
"extend"
|
||||
"extensions"
|
||||
|
|
@ -77,6 +93,8 @@
|
|||
[
|
||||
";"
|
||||
","
|
||||
"."
|
||||
":"
|
||||
] @punctuation.delimiter
|
||||
|
||||
"=" @operator
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue