Skip to content

Commit

Permalink
Merge pull request #580 from Microsoft/bug/OFFKeywordFormatting
Browse files Browse the repository at this point in the history
fixed OFF keyword not getting highlighted
  • Loading branch information
Aditya Bist authored Jan 5, 2017
2 parents 99e79dd + 73cc9b8 commit ccc7eb2
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 ccc7eb2

Please sign in to comment.