mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 03:10:04 -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)
|
(false)
|
||||||
] @boolean
|
] @boolean
|
||||||
|
|
||||||
[ "." ";" ":" "," ] @punctuation.delimiter
|
[ ";" ":" "," ] @punctuation.delimiter
|
||||||
|
|
||||||
"..." @punctuation.special
|
"..." @punctuation.special
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue