From e08ce6f26e1667ea6505a2a55709f610a4ea7f8d Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Sat, 15 Feb 2020 23:18:41 +0100 Subject: [PATCH] Distinguish logical operators from other operators This makes syntax highlighting themes able to color the `and`/`or`/ `not` keywords correctly. --- Syntaxes/Lua.plist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Syntaxes/Lua.plist b/Syntaxes/Lua.plist index b6ed65e..65ca747 100644 --- a/Syntaxes/Lua.plist +++ b/Syntaxes/Lua.plist @@ -375,7 +375,7 @@ match \b(and|or|not)\b name - keyword.operator.lua + keyword.operator.logical.lua match