Add operators highlighting
This commit is contained in:
parent
d83fa3acb7
commit
6e40691a35
2 changed files with 61 additions and 0 deletions
|
|
@ -29,4 +29,23 @@
|
|||
(string_literal) @string
|
||||
; }}}
|
||||
|
||||
; Operators {{{
|
||||
(operator) @operator
|
||||
|
||||
[
|
||||
","
|
||||
";"
|
||||
"."
|
||||
] @punctuation.delimiter
|
||||
|
||||
[
|
||||
"("
|
||||
")"
|
||||
"["
|
||||
"]"
|
||||
"{"
|
||||
"}"
|
||||
] @punctuation.bracket
|
||||
; }}}
|
||||
|
||||
; vim: sw=2 foldmethod=marker
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue