lua: fix "then" highlighting

This commit is contained in:
Thomas Vigouroux 2020-11-23 22:10:52 +01:00 committed by Stephan Seitz
parent 8c4eb15886
commit 809b95ddb1

View file

@ -5,14 +5,14 @@
(if_statement
[
"if"
"then"
"if"
"end"
] @conditional)
[
"else"
"elseif"
"then"
] @conditional
(for_statement