highlights(lua): Add semicolons

This commit is contained in:
Sergio Alejandro Vargas 2021-08-16 16:17:52 -05:00 committed by Thomas Vigouroux
parent 344b36866b
commit a1be6c9d4f

View file

@ -93,7 +93,7 @@
] @operator
;; Punctuation
[ "," "." ":"] @punctuation.delimiter
["," "." ":" ";"] @punctuation.delimiter
;; Brackets
[