mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-14 17:30:08 -04:00
fix(c): highlight "." as @punctuation.delimiter
Aligns C with the other language highlights
This commit is contained in:
parent
f8aaf5ce4e
commit
835f5c11b8
1 changed files with 1 additions and 1 deletions
|
|
@ -65,6 +65,7 @@
|
||||||
";"
|
";"
|
||||||
":"
|
":"
|
||||||
","
|
","
|
||||||
|
"."
|
||||||
"::"
|
"::"
|
||||||
] @punctuation.delimiter
|
] @punctuation.delimiter
|
||||||
|
|
||||||
|
|
@ -93,7 +94,6 @@
|
||||||
"<<"
|
"<<"
|
||||||
">>"
|
">>"
|
||||||
"->"
|
"->"
|
||||||
"."
|
|
||||||
"<"
|
"<"
|
||||||
"<="
|
"<="
|
||||||
">="
|
">="
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue