Differences between revisions 5 and 6
Revision 5 as of 2009-05-19 19:31:03
Size: 783
Editor: localhost
Comment: converted to 1.6 markup
Revision 6 as of 2009-11-21 21:22:41
Size: 838
Comment: pygmentize not needed for Mercurial 1.1 and above
Deletions are marked like this. Additions are marked like this.
Line 27: Line 27:

''Mercurial 1.1 and above no longer needs this:''

Highlight Extension

This extension is currently being distributed along with Mercurial.

Original author: Adam Hupp

Overview

This extension does syntax highlighting in hgweb for files with known extensions.

The extension depends on having Pygments installed.

Configuration

Configure your .hgrc to change the Pygments style:

[extensions]
hgext.highlight=

[web]
pygments_style = <style>

If you're having troubles with '''pygments_style''

Mercurial 1.1 and above no longer needs this:

A workaround to generate the appropriate theme CSS for your mercurial installation:

$ pygmentize -f html -S emacs > /usr/local/lib/python2.4/site-packages/mercurial/templates/static/highlight.css 


CategoryExtension

HighlightExtension (last edited 2017-01-02 10:35:57 by AntonShestakov)