diff --git a/grammars/lua.cson b/grammars/lua.cson index 5ec71eb..cbe2a54 100644 --- a/grammars/lua.cson +++ b/grammars/lua.cson @@ -130,7 +130,7 @@ ] } { - 'match': '\\b(break|do|else|for|if|elseif|return|then|repeat|while|until|end|function|local|in)\\b' + 'match': '\\b(and|or|not|break|do|else|for|if|elseif|return|then|repeat|while|until|end|function|local|in)\\b' 'name': 'keyword.control.lua' } { @@ -149,10 +149,6 @@ 'match': '(?