Skip to content

Commit 1ed8d77

Browse files
committed
Forgot to commit JSON file as well
1 parent 71b37bd commit 1ed8d77

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Syntax Definitions/Sublime Key Map.JSON-tmLanguage

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,11 @@
9797
},
9898
"string": {
9999
"begin" : "\"",
100-
"end": "(?<!\\\\)\"",
100+
"end": "\"",
101101
"patterns": [
102+
{ "match": "\\\\.",
103+
"name": "constant.character.escape.sublimekeymap"
104+
},
102105
{ "include": "source.sublimesnippetraw" }
103106
],
104107
"contentName": "string.double.quote.sublimekeymap"

0 commit comments

Comments
 (0)