diff --git a/grammars/lua.cson b/grammars/lua.cson index 7765ce8..2c9209a 100644 --- a/grammars/lua.cson +++ b/grammars/lua.cson @@ -133,7 +133,7 @@ ] } { - 'match': '\\b(and|or|not|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|goto)\\b' 'name': 'keyword.control.lua' } {