mirror of
https://github.com/godotengine/godot-vscode-plugin.git
synced 2025-12-31 13:48:24 +03:00
Fixed the syntax of the escaped characters in strings (#247)
This commit is contained in:
committed by
GitHub
parent
8115fba367
commit
e60d081927
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user