hgext/highlight/__init__.py
changeset 9210 2667ca525b59
parent 9064 773ab631a0c8
child 9262 917e1d5674d6
--- 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'.
 """