comparison hgext/highlight/__init__.py @ 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 773ab631a0c8
children 917e1d5674d6
comparison
equal deleted inserted replaced
9209:62114b1cea85 9210:2667ca525b59
10 10
11 """syntax highlighting for hgweb (requires Pygments) 11 """syntax highlighting for hgweb (requires Pygments)
12 12
13 It depends on the Pygments syntax highlighting library: http://pygments.org/ 13 It depends on the Pygments syntax highlighting library: http://pygments.org/
14 14
15 There is a single configuration option: 15 There is a single configuration option::
16 16
17 [web] 17 [web]
18 pygments_style = <style> 18 pygments_style = <style>
19 19
20 The default is 'colorful'. 20 The default is 'colorful'.
21 """ 21 """
22 22
23 import highlight 23 import highlight