comparison hgext/highlight/__init__.py @ 9064:773ab631a0c8

highlight: wrapped docstrings at 78 characters
author Martin Geisler <mg@lazybytes.net>
date Tue, 07 Jul 2009 23:54:42 +0200
parents 8d985f0e54ae
children 2667ca525b59
comparison
equal deleted inserted replaced
9063:0772889d8a65 9064:773ab631a0c8
8 # The original module was split in an interface and an implementation 8 # The original module was split in an interface and an implementation
9 # file to defer pygments loading and speedup extension setup. 9 # file to defer pygments loading and speedup extension setup.
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: 13 It depends on the Pygments syntax highlighting library: http://pygments.org/
14 http://pygments.org/
15 14
16 There is a single configuration option: 15 There is a single configuration option:
17 16
18 [web] 17 [web]
19 pygments_style = <style> 18 pygments_style = <style>