Add operators highlighting

This commit is contained in:
Bruno BELANYI 2022-06-03 10:08:58 +02:00
parent d83fa3acb7
commit 6e40691a35
2 changed files with 61 additions and 0 deletions

View file

@ -29,4 +29,23 @@
(string_literal) @string
; }}}
; Operators {{{
(operator) @operator
[
","
";"
"."
] @punctuation.delimiter
[
"("
")"
"["
"]"
"{"
"}"
] @punctuation.bracket
; }}}
; vim: sw=2 foldmethod=marker