diff options
author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2011-08-25 12:46:37 +0000 |
---|---|---|
committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2011-08-25 12:46:37 +0000 |
commit | 49a35a3ee660411a6037f4a0b06e1e93de52e733 (patch) | |
tree | c50b32116b83e5be374b3c6919d8cf955eea0207 /sandbox/code-block-directive/pygments_code_block_directive.py | |
parent | dce16ac859adaeae93f0184bc40bb53b426e5d8f (diff) | |
download | docutils-49a35a3ee660411a6037f4a0b06e1e93de52e733.tar.gz |
Update syntax highlight proposal
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7103 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'sandbox/code-block-directive/pygments_code_block_directive.py')
-rwxr-xr-x | sandbox/code-block-directive/pygments_code_block_directive.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/code-block-directive/pygments_code_block_directive.py b/sandbox/code-block-directive/pygments_code_block_directive.py index e2abe30b6..d28292d21 100755 --- a/sandbox/code-block-directive/pygments_code_block_directive.py +++ b/sandbox/code-block-directive/pygments_code_block_directive.py @@ -21,7 +21,7 @@ # (misnamed as docutils_formatter) as class DocutilsInterface # 2007-06-08 Failsave implementation (fallback to a standard literal block # if pygments not found) -# 2010-11-27 Rename directive and class from "code-block" to "code". +# 2010-11-27 Rename directive from "code-block" to "code". # Fix fallback if pygments not found. # Use class-based interface. # Add "number-lines" option. |