From f59e9a4657bda6f4e8533922c8f29f2c93c3ae00 Mon Sep 17 00:00:00 2001 From: Robert Machmer Date: Mon, 18 May 2015 04:20:17 +0200 Subject: [PATCH] Change 'and', 'or' and 'not' to control instead of operator keyword --- grammars/lua.cson | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/grammars/lua.cson b/grammars/lua.cson index 3d748fa..4ab41a5 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': '(?