|
@@ -45,7 +45,7 @@
|
|
"end": "\"",
|
|
"end": "\"",
|
|
"patterns": [
|
|
"patterns": [
|
|
{ "name": "constant.character.escape.untitled",
|
|
{ "name": "constant.character.escape.untitled",
|
|
- "match": "\\."
|
|
|
|
|
|
+ "match": "\\\\."
|
|
}
|
|
}
|
|
],
|
|
],
|
|
"name": "string.quoted.double.gdscript"
|
|
"name": "string.quoted.double.gdscript"
|
|
@@ -55,7 +55,7 @@
|
|
"end": "'",
|
|
"end": "'",
|
|
"patterns": [
|
|
"patterns": [
|
|
{ "name": "constant.character.escape.untitled",
|
|
{ "name": "constant.character.escape.untitled",
|
|
- "match": "\\."
|
|
|
|
|
|
+ "match": "\\\\."
|
|
}
|
|
}
|
|
],
|
|
],
|
|
"name": "string.quoted.single.gdscript"
|
|
"name": "string.quoted.single.gdscript"
|