Add rst code-block snippet

This commit is contained in:
Kenneth Benzie 2019-08-29 14:58:21 +01:00
parent 92d88b623d
commit c1d167f2e3

View File

@ -47,3 +47,9 @@ snippet warning "warning admonition"
.. warning::
$0
endsnippet
snippet code "code-block"
.. code-block:: ${1:lang}
$0
endsnippet