Add explicit hl language.

This commit is contained in:
Georg Brandl 2011-01-06 19:42:37 +01:00
parent e9e4a372d7
commit 3020799a1e

View File

@ -23,7 +23,9 @@ Glossary
A reStructuredText markup element that allows marking a block of content A reStructuredText markup element that allows marking a block of content
with special meaning. Directives are supplied not only by docutils, but with special meaning. Directives are supplied not only by docutils, but
Sphinx and custom extensions can add their own. The basic directive Sphinx and custom extensions can add their own. The basic directive
syntax looks like this:: syntax looks like this:
.. sourcecode:: rst
.. directivename:: argument ... .. directivename:: argument ...
:option: value :option: value