Skip to content

Commit

Permalink
fixed OFF keyword not getting highlighted
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditya Bist committed Jan 5, 2017
1 parent 99e79dd commit 73cc9b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntaxes/SQL.plist
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@
</dict>
<dict>
<key>match</key>
<string>(?i:\b(on|((is\s+)?not\s+)?null)\b)</string>
<string>(?i:\b(on|off|((is\s+)?not\s+)?null)\b)</string>
<key>name</key>
<string>keyword.other.DDL.create.II.sql</string>
</dict>
Expand Down

0 comments on commit 73cc9b8

Please sign in to comment.