From 73cc9b84d89ab581a2c5b72fa7d10d9a29cd1be8 Mon Sep 17 00:00:00 2001 From: Aditya Bist Date: Thu, 5 Jan 2017 10:30:27 -0800 Subject: [PATCH] fixed OFF keyword not getting highlighted --- syntaxes/SQL.plist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntaxes/SQL.plist b/syntaxes/SQL.plist index e4b015e548..09aab19ac1 100644 --- a/syntaxes/SQL.plist +++ b/syntaxes/SQL.plist @@ -237,7 +237,7 @@ match - (?i:\b(on|((is\s+)?not\s+)?null)\b) + (?i:\b(on|off|((is\s+)?not\s+)?null)\b) name keyword.other.DDL.create.II.sql