Skip to content

Commit 9fbfbf9

Browse files
tsnobipcristianoc
authored andcommitted
escape backslash for json
1 parent 8f5684a commit 9fbfbf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grammars/rescript.tmLanguage.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
{
128128
"name": "string.template",
129129
"begin": "([a-z_][0-9a-zA-Z_]*)?(`)",
130-
"end": "[^\\]`",
130+
"end": "[^\\\\]`",
131131
"beginCaptures": {
132132
"1": {
133133
"name": "variables.annotation"

0 commit comments

Comments
 (0)