diff --git a/hgext/highlight/__init__.py b/hgext/highlight/__init__.py new file mode 100644 --- /dev/null +++ b/hgext/highlight/__init__.py @@ -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 =