hgext/highlight/__init__.py
changeset 8866 87c30fb7e8df
parent 8666 88edf62870f4
child 8874 74baf78202e8
equal deleted inserted replaced
8865:37d8a5ddd499 8866:87c30fb7e8df
    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 
       
    16 To enable the extension add this to hgrc:
       
    17 
       
    18 [extensions]
       
    19 hgext.highlight =
       
    20 
    15 
    21 There is a single configuration option:
    16 There is a single configuration option:
    22 
    17 
    23 [web]
    18 [web]
    24 pygments_style = <style>
    19 pygments_style = <style>