diff --git a/languages/lua/highlights.scm b/languages/lua/highlights.scm index 1dcf974..b6125f4 100644 --- a/languages/lua/highlights.scm +++ b/languages/lua/highlights.scm @@ -1,4 +1,9 @@ ; Keywords +[ + "local" + "global" +] @keyword + [ "do" "else" @@ -9,15 +14,13 @@ "goto" "if" "in" - "local" - "global" "repeat" "return" "then" "until" "while" (break_statement) -] @keyword +] @keyword.control ; Operators [