Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'editors/code/rustdoc.json')
| -rw-r--r-- | editors/code/rustdoc.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/code/rustdoc.json b/editors/code/rustdoc.json index 230d2de1cf..a149af47ef 100644 --- a/editors/code/rustdoc.json +++ b/editors/code/rustdoc.json @@ -10,14 +10,14 @@ ], "scopeName": "text.html.markdown.rustdoc", "repository": { - "markdown":{ + "markdown": { "patterns": [ { "include": "text.html.markdown" } ] }, - "fenced_code_block":{ + "fenced_code_block": { "patterns": [ { "include": "#fenced_code_block_rust" |