Skip to content

Commit

Permalink
[SQL] apparently the maybe-merge-insert context was never really needed
Browse files Browse the repository at this point in the history
  • Loading branch information
keith-hall committed Nov 26, 2023
1 parent 88751b5 commit d7c0650
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions SQL/TSQL.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -483,20 +483,14 @@ contexts:
scope: keyword.other.tsql
- match: \b(?i:then)\b
scope: keyword.other.tsql
set: maybe-merge-insert
pop: 1
- include: values-or-expressions
- include: pop-on-top-level-reserved-word

values-or-expressions:
- include: dml-statements
- include: expressions

maybe-merge-insert:
- match: \b(?i:insert)\b(?=\s*\()
scope: keyword.other.dml.sql
set: values-or-expressions
- include: else-pop

###[ COLUMN EXPRESSIONS ]######################################################

maybe-column-declaration-list:
Expand Down

0 comments on commit d7c0650

Please sign in to comment.