Skip to content

Commit f52d6fa

Browse files
committed
fix: don't allow newlines in interpreted_string_literal
1 parent 4cf9141 commit f52d6fa

File tree

6 files changed

+1757
-1764
lines changed

6 files changed

+1757
-1764
lines changed

dialects/helm/src/grammar.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -3420,8 +3420,11 @@
34203420
}
34213421
},
34223422
{
3423-
"type": "STRING",
3424-
"value": "\""
3423+
"type": "IMMEDIATE_TOKEN",
3424+
"content": {
3425+
"type": "STRING",
3426+
"value": "\""
3427+
}
34253428
}
34263429
]
34273430
},

0 commit comments

Comments
 (0)