aboutsummaryrefslogtreecommitdiffstats
path: root/queries/lua
diff options
context:
space:
mode:
Diffstat (limited to 'queries/lua')
-rw-r--r--queries/lua/highlights.scm4
1 files changed, 4 insertions, 0 deletions
diff --git a/queries/lua/highlights.scm b/queries/lua/highlights.scm
index 01bb48ec4..0ea6f6355 100644
--- a/queries/lua/highlights.scm
+++ b/queries/lua/highlights.scm
@@ -34,6 +34,7 @@
;; Operators
[
+"="
"~="
"=="
"<="
@@ -59,6 +60,9 @@
"#"
] @operator
+;; Punctuation
+[ "," "." ] @punctuation.delimiter
+
;; Brackets
[
"("