config/sublime/Packages/AAAPackageDev/Support/JSON Generic String Content.JSON-tmLanguage
2013-03-15 10:49:28 -07:00

16 lines
No EOL
432 B
JSON

{ "name": "JSON String Content",
"scopeName": "source.jsonstring",
"patterns": [
{ "include": "#escapeSequence" },
{ "name": "string.double.quoted.jsonstring",
"match": ".+?"
}
],
"repository": {
"escapeSequence": {
"match": "\\\\(?:\"|/|\\\\|[bnfrt]|u[0-9a-fA-F]{4})",
"name": "entity.other.attribute-name.jsonstring"
}
},
"uuid": "b94a984c-7a66-4c96-a828-dc8e7a6dafe7"
}