From 3020799a1ea577b1088b3dd39dd4d18fea5c814e Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Thu, 6 Jan 2011 19:42:37 +0100 Subject: [PATCH] Add explicit hl language. --- doc/glossary.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/glossary.rst b/doc/glossary.rst index 2a82e20f2..8bc393eb7 100644 --- a/doc/glossary.rst +++ b/doc/glossary.rst @@ -23,7 +23,9 @@ Glossary A reStructuredText markup element that allows marking a block of content with special meaning. Directives are supplied not only by docutils, but Sphinx and custom extensions can add their own. The basic directive - syntax looks like this:: + syntax looks like this: + + .. sourcecode:: rst .. directivename:: argument ... :option: value