Merge pull request #8046 from gontadu/patch-1

Addition of USE EXEC OPENQUERY syntax
This commit is contained in:
Martin Aeschlimann
2016-06-27 11:41:46 +02:00
committed by GitHub
+1 -1
View File
@@ -239,7 +239,7 @@
</dict>
<dict>
<key>match</key>
<string>(?i:\bvalues\b)</string>
<string>(?i:\b(values|use|exec|openquery)\b)</string>
<key>name</key>
<string>keyword.other.DML.II.sql</string>
</dict>