Skip to content

Commit 779c890

Browse files
committed
set template-expression scope for interpolated strings
1 parent 0db650c commit 779c890

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

grammars/rescript.tmLanguage.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,13 +161,13 @@
161161
"begin": "\\$\\{",
162162
"beginCaptures": {
163163
"0": {
164-
"name": "punctuation.section.interpolation.begin"
164+
"name": "punctuation.definition.template-expression.begin"
165165
}
166166
},
167167
"end": "\\}",
168168
"endCaptures": {
169169
"0": {
170-
"name": "punctuation.section.interpolation.end"
170+
"name": "punctuation.definition.template-expression.end"
171171
}
172172
},
173173
"patterns": [

0 commit comments

Comments
 (0)