hgext/highlight/__init__.py
changeset 8932 f87884329419
parent 8894 868670dbc237
child 8949 8d985f0e54ae
equal deleted inserted replaced
8931:4c99eafb101e 8932:f87884329419
     6 # GNU General Public License version 2, incorporated herein by reference.
     6 # GNU General Public License version 2, incorporated herein by reference.
     7 #
     7 #
     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
    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:
    14 http://pygments.org/
    14 http://pygments.org/
    15 
    15 
    16 There is a single configuration option:
    16 There is a single configuration option: