Mercurial > hg
changeset 9210:2667ca525b59
highlight: use reST syntax for literal block
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Thu, 23 Jul 2009 00:23:39 +0200 |
parents | 62114b1cea85 |
children | 9f64878a6e8a |
files | hgext/highlight/__init__.py |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/highlight/__init__.py Thu Jul 23 00:23:24 2009 +0200 +++ b/hgext/highlight/__init__.py Thu Jul 23 00:23:39 2009 +0200 @@ -12,10 +12,10 @@ It depends on the Pygments syntax highlighting library: http://pygments.org/ -There is a single configuration option: +There is a single configuration option:: -[web] -pygments_style = <style> + [web] + pygments_style = <style> The default is 'colorful'. """