Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 5e65fdf

Browse files
committed
Use embedded.source class for code in template substitutions
1 parent f31f64c commit 5e65fdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grammars/tree-sitter-javascript.cson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ scopes:
9090

9191
'template_substitution > "${"': 'punctuation.section.embedded'
9292
'template_substitution > "}"': 'punctuation.section.embedded'
93-
'template_substitution': 'source.js'
93+
'template_substitution': 'embedded.source'
9494

9595
'"("': 'punctuation.definition.parameters.begin.bracket.round'
9696
'")"': 'punctuation.definition.parameters.end.bracket.round'

0 commit comments

Comments
 (0)