Skip to content

Commit fef7e1c

Browse files
authored
Merge pull request #8046 from gontadu/patch-1
Addition of USE EXEC OPENQUERY syntax
2 parents 8828711 + 940466f commit fef7e1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/sql/syntaxes/SQL.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@
239239
</dict>
240240
<dict>
241241
<key>match</key>
242-
<string>(?i:\bvalues\b)</string>
242+
<string>(?i:\b(values|use|exec|openquery)\b)</string>
243243
<key>name</key>
244244
<string>keyword.other.DML.II.sql</string>
245245
</dict>

0 commit comments

Comments
 (0)