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_statement
[ [
"if" "if"
"then"
"end" "end"
] @conditional) ] @conditional)
[ [
"else" "else"
"elseif" "elseif"
"then"
] @conditional ] @conditional
(for_statement (for_statement