Skip to content

Commit 984339f

Browse files
committed
Merge pull request #163 from danielhfrank/sql-with
[SQL] Add WITH as a sql keyword
2 parents cd75598 + 01a5457 commit 984339f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SQL/SQL.sublime-syntax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ contexts:
7979
scope: constant.numeric.sql
8080
- match: (?i:\b(true|false)\b)
8181
scope: constant.boolean.sql
82-
- match: (?i:\b(select(\s+(distinct|top))?|insert(\s+(ignore\s+)?into)?|update|delete|from|set|where|group\sby|or|like|between|and|case|when|then|else|end|union(\s+all)?|having|order\sby|limit|(inner|cross)\s+join|join|straight_join|(left|right)(\s+outer)?\s+join|natural(\s+(left|right)(\s+outer)?)?\s+join)\b)
82+
- match: (?i:\b(select(\s+(distinct|top))?|insert(\s+(ignore\s+)?into)?|update|delete|from|set|where|group\sby|or|like|between|and|with|case|when|then|else|end|union(\s+all)?|having|order\sby|limit|(inner|cross)\s+join|join|straight_join|(left|right)(\s+outer)?\s+join|natural(\s+(left|right)(\s+outer)?)?\s+join)\b)
8383
scope: keyword.other.DML.sql
8484
- match: (?i:\b(on|((is\s+)?not\s+)?null)\b)
8585
scope: keyword.other.DDL.create.II.sql

0 commit comments

Comments
 (0)