diff options
| author | YouWei Zhao <zhao.uv@gmail.com> | 2024-01-16 21:20:22 +0800 |
|---|---|---|
| committer | YouWei Zhao <zhao.uv@gmail.com> | 2024-01-16 21:20:22 +0800 |
| commit | 1040c0091e40e1e2e9131ceda62ad885dbbcf55f (patch) | |
| tree | 747782edc93cced2d0e99f4a486ecc1a49018c2a /editors/code/rustdoc.json | |
| parent | 0380d982f9cf6cd49de3ea009f37bdc18e30e81f (diff) | |
reformat
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 230d2de1cfa..a149af47efd 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" |
