fix(c): highlight "." as @punctuation.delimiter

Aligns C with the other language highlights
This commit is contained in:
Riley Bruins 2025-03-18 10:01:20 -07:00 committed by Christian Clason
parent f8aaf5ce4e
commit 835f5c11b8

View file

@ -65,6 +65,7 @@
";"
":"
","
"."
"::"
] @punctuation.delimiter
@ -93,7 +94,6 @@
"<<"
">>"
"->"
"."
"<"
"<="
">="