highlights(c): highlight member-access as operator (#3096)

This commit is contained in:
guijan 2022-07-01 13:47:11 +00:00 committed by GitHub
parent 1ed2a3cf95
commit 9832666cfa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,6 +63,7 @@
">>"
"->"
"."
"<"
"<="
@ -94,7 +95,7 @@
(false)
] @boolean
[ "." ";" ":" "," ] @punctuation.delimiter
[ ";" ":" "," ] @punctuation.delimiter
"..." @punctuation.special