Skip to content

Commit

Permalink
Forgot to commit JSON file as well
Browse files Browse the repository at this point in the history
  • Loading branch information
FichteFoll committed Jan 12, 2016
1 parent 71b37bd commit 1ed8d77
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Syntax Definitions/Sublime Key Map.JSON-tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,11 @@
},
"string": {
"begin" : "\"",
"end": "(?<!\\\\)\"",
"end": "\"",
"patterns": [
{ "match": "\\\\.",
"name": "constant.character.escape.sublimekeymap"
},
{ "include": "source.sublimesnippetraw" }
],
"contentName": "string.double.quote.sublimekeymap"
Expand Down

0 comments on commit 1ed8d77

Please sign in to comment.