Skip to content

Commit c1d84d8

Browse files
committed
fix unwanted SQL highlight on non SQL template string
1 parent 7020a8c commit c1d84d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js-sql.sublime-syntax

+1-1
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ contexts:
462462
- include: string-content
463463

464464
literal-string-template:
465-
- match: '(SQL)?(`)'
465+
- match: '(SQL)(`)'
466466
captures:
467467
1: variable.function.tagged-template.js
468468
2: punctuation.definition.string.template.begin.js

0 commit comments

Comments
 (0)