Lua highlights: add operator "=" and punctuation

This commit is contained in:
Stephan Seitz 2020-08-11 10:04:34 +02:00
parent 4982d05ec7
commit f34b9aa205

View file

@ -34,6 +34,7 @@
;; Operators
[
"="
"~="
"=="
"<="
@ -59,6 +60,9 @@
"#"
] @operator
;; Punctuation
[ "," "." ] @punctuation.delimiter
;; Brackets
[
"("