equal
deleted
inserted
replaced
|
1 # highlight - syntax highlighting in hgweb, based on Pygments |
|
2 # |
|
3 # Copyright 2008, 2009 Patrick Mezard <pmezard@gmail.com> and others |
|
4 # |
|
5 # This software may be used and distributed according to the terms of the |
|
6 # GNU General Public License version 2, incorporated herein by reference. |
|
7 # |
|
8 # The original module was split in an interface and an implementation |
|
9 # file to defer pygments loading and speedup extension setup. |
|
10 |
1 """syntax highlighting in hgweb, based on Pygments |
11 """syntax highlighting in hgweb, based on Pygments |
2 |
12 |
3 It depends on the pygments syntax highlighting library: |
13 It depends on the pygments syntax highlighting library: |
4 http://pygments.org/ |
14 http://pygments.org/ |
5 |
15 |