comparison hgext/highlight/__init__.py @ 8666:88edf62870f4

highlight: consistently capitalize Pygments
author Martin Geisler <mg@lazybytes.net>
date Sun, 31 May 2009 14:52:22 +0200
parents 7fc30044b514
children 87c30fb7e8df
comparison
equal deleted inserted replaced
8665:e4ad46f9a004 8666:88edf62870f4
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 in hgweb, based on Pygments 11 """syntax highlighting in hgweb, based on Pygments
12 12
13 It depends on the pygments syntax highlighting library: 13 It depends on the Pygments syntax highlighting library:
14 http://pygments.org/ 14 http://pygments.org/
15 15
16 To enable the extension add this to hgrc: 16 To enable the extension add this to hgrc:
17 17
18 [extensions] 18 [extensions]