diff --git a/syntaxes/GDScript.tmLanguage.json b/syntaxes/GDScript.tmLanguage.json index ad40e90..0a8af9a 100644 --- a/syntaxes/GDScript.tmLanguage.json +++ b/syntaxes/GDScript.tmLanguage.json @@ -45,7 +45,7 @@ "end": "\"", "patterns": [ { "name": "constant.character.escape.untitled", - "match": "\\." + "match": "\\\\." } ], "name": "string.quoted.double.gdscript" @@ -55,7 +55,7 @@ "end": "'", "patterns": [ { "name": "constant.character.escape.untitled", - "match": "\\." + "match": "\\\\." } ], "name": "string.quoted.single.gdscript"