Skip to content

Commit dbd2bb7

Browse files
committed
Fix string interpolation punctuation highlighting
1 parent 2953976 commit dbd2bb7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

grammars/Kotlin.tmLanguage.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -475,10 +475,14 @@
475475
"end": "(\\})",
476476
"name": "meta.template.expression.kotlin",
477477
"beginCaptures": {
478-
"1": "punctuation.definition.template-expression.begin"
478+
"1": {
479+
"name": "punctuation.definition.template-expression.begin"
480+
}
479481
},
480482
"endCaptures": {
481-
"1": "punctuation.definition.template-expression.begin"
483+
"1": {
484+
"name": "punctuation.definition.template-expression.end"
485+
}
482486
},
483487
"patterns": [
484488
{

0 commit comments

Comments
 (0)