diff -r 3aa8ad0e03ba -r ce94b3236ea4 hgext/highlight/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/hgext/highlight/__init__.py Mon Aug 25 23:04:56 2008 +0200 @@ -0,0 +1,50 @@ +"""a mercurial extension for syntax highlighting in hgweb + +It depends on the pygments syntax highlighting library: +http://pygments.org/ + +To enable the extension add this to hgrc: + +[extensions] +hgext.highlight = + +There is a single configuration option: + +[web] +pygments_style =