hgext/highlight/__init__.py
changeset 8666 88edf62870f4
parent 8251 7fc30044b514
child 8866 87c30fb7e8df
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]