We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5025e36 commit fcec019Copy full SHA for fcec019
src/main/kotlin/com/emberjs/gts/GtsSupport.kt
@@ -195,7 +195,7 @@ class GtsElementTypes {
195
196
197
override fun appendCurrentTemplateToken(tokenEndOffset: Int, tokenText: CharSequence): TemplateDataModifications {
198
- val r = Regex("(=|:)\\s*$")
+ val r = Regex("([=:,(])\\s*$")
199
return if (r.containsMatchIn(tokenText)) {
200
TemplateDataModifications.fromRangeToRemove(tokenEndOffset, "''")
201
} else {
0 commit comments