highlights(lua): Add semicolons

This commit is contained in:
Sergio Alejandro Vargas 2021-08-16 16:17:52 -05:00 committed by Stephan Seitz
parent 5cc225af44
commit 524faffe63

View file

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