Change default of "syntax highlight" option to "long",
commitf100842afb57b9e0b53e8dd014bcecaedde2fbc2
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Fri, 14 Sep 2012 14:27:12 +0000 (14 14:27 +0000)
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Fri, 14 Sep 2012 14:27:12 +0000 (14 14:27 +0000)
tree2a92b846819b392682e86690a25351bc65617d21
parent3ea3d9a535bd727a6a918755a3e2fd2d93c34fcb
Change default of "syntax highlight" option to "long",
Add basic syntax highlight styles for LaTeX and HTML.

git-svn-id: https://docutils.svn.sourceforge.net/svnroot/docutils/trunk/docutils@7514 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
15 files changed:
HISTORY.txt
docs/ref/rst/directives.txt
docs/user/config.txt
docutils/parsers/rst/__init__.py
docutils/parsers/rst/roles.py
docutils/writers/html4css1/html4css1.css
docutils/writers/latex2e/__init__.py
test/functional/expected/standalone_rst_html4css1.html
test/functional/expected/standalone_rst_latex.tex
test/functional/expected/standalone_rst_pseudoxml.txt
test/functional/expected/standalone_rst_xetex.tex
test/functional/input/data/standard.txt
test/test_parsers/test_rst/test_directives/test_code.py
test/test_parsers/test_rst/test_directives/test_include.py
test/test_parsers/test_rst/test_interpreted.py