diff --git a/syntaxes/SQL.plist b/syntaxes/SQL.plist index 53232bbbc9..9970d90204 100644 --- a/syntaxes/SQL.plist +++ b/syntaxes/SQL.plist @@ -237,7 +237,7 @@ match - (?i:\b(select(\s+distinct)?|insert\s+(ignore\s+)?into|update|delete|from|set|where|group\s+by|or|like|and|union(\s+all)?|having|order\s+by|limit|(inner|cross)\s+join|join|straight_join|full\s+outer\s+join|(left|right)(\s+outer)?\s+join|natural(\s+(left|right)(\s+outer)?)?\s+join)\b) + (?i:\b(select(\s+(all|distinct))?|insert\s+(ignore\s+)?into|update|delete|from|set|where|group\s+by|or|like|and|union(\s+all)?|having|order\s+by|limit|cross\s+join|join|straight_join|(inner|(left|right|full)(\s+outer)?)\s+join|natural(\s+(inner|(left|right|full)(\s+outer)?))?\s+join)\b) name keyword.other.DML.sql