From ab1aa5af4eb324abd942c22c5329280629bef724 Mon Sep 17 00:00:00 2001 From: Benjamin Loison Date: Mon, 6 Nov 2023 17:46:33 +0100 Subject: [PATCH] Add respectively JSON and Bash syntax highlighting to `README.rst` and `CONTRIBUTING.md` --- CONTRIBUTING.md | 2 +- README.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0d4deac..3b1f3a3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -68,7 +68,7 @@ pip install -e .[dev] 7. When the tests pass, [add](https://git-scm.com/docs/git-add) the new files and [commit](https://git-scm.com/docs/git-commit) them and [push](https://git-scm.com/docs/git-push) the result, like this: - ``` + ```bash git add path/to/code.py git commit -m 'message' git push origin name diff --git a/README.rst b/README.rst index a256b6c..0dd4812 100644 --- a/README.rst +++ b/README.rst @@ -124,7 +124,7 @@ Chat Items Chat items/messages are parsed into JSON objects (a.k.a. dictionaries) and should follow a format similar to this: -.. code-block:: +.. code:: json { ...