mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 03:56:52 -04:00
highlights(c): highlight member-access as operator (#3096)
This commit is contained in:
parent
1ed2a3cf95
commit
9832666cfa
1 changed files with 2 additions and 1 deletions
|
|
@ -63,6 +63,7 @@
|
|||
">>"
|
||||
|
||||
"->"
|
||||
"."
|
||||
|
||||
"<"
|
||||
"<="
|
||||
|
|
@ -94,7 +95,7 @@
|
|||
(false)
|
||||
] @boolean
|
||||
|
||||
[ "." ";" ":" "," ] @punctuation.delimiter
|
||||
[ ";" ":" "," ] @punctuation.delimiter
|
||||
|
||||
"..." @punctuation.special
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue