mirror of
https://github.com/octoleo/restic.git
synced 2024-11-25 22:27:35 +00:00
doc: design.rst: Fix highlighting for index snippet
JSON does not support comments. As JSON is a subset of Javascript, use the latter instead.
This commit is contained in:
parent
41b0f1d43a
commit
0eddc89e98
@ -257,7 +257,7 @@ be downloaded and used to reconstruct the index. The file encoding is
|
|||||||
described in the "Unpacked Data Format" section. The plaintext consists
|
described in the "Unpacked Data Format" section. The plaintext consists
|
||||||
of a JSON document like the following:
|
of a JSON document like the following:
|
||||||
|
|
||||||
.. code:: json
|
.. code:: javascript
|
||||||
|
|
||||||
{
|
{
|
||||||
"supersedes": [
|
"supersedes": [
|
||||||
|
Loading…
Reference in New Issue
Block a user