Lua highlights: add operator "=" and punctuation

This commit is contained in:
Stephan Seitz 2020-08-11 10:04:34 +02:00 committed by Thomas Vigouroux
parent 4f2689c501
commit 1c366a3a1c

View file

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