fix(lua): correctly highlight do_statement

This commit is contained in:
Thomas Vigouroux 2021-01-27 09:29:44 +01:00
parent db033f7239
commit b8a7f0ea38

View file

@ -43,6 +43,12 @@
"until"
] @repeat)
(do_statement
[
"do"
"end"
] @keyword)
[
"in"
"local"