This package provides a Pygments lexer for DocOnce files. The lexer is published as an entry point and, once installed, Pygments will pick it up automatically.
You can then use the doconce
language with Pygments:
$ pygmentize -l doconce test.do.txt
In Sphinx documents the lexer is selected with
the highlight
directive:
.. highlight:: doconce
Thanks to pygments-openssl project for providing a template https://github.com/stefanholek/pygments-openssl
Use your favorite installer to install pygments-doconce
into the same
Python you have installed Pygments.
Constructing an egg from repository:
$ git clone https://github.com/hplgit/pygments-doconce.git $ cd pygments-doconce $ sudo python setup.py install
DocOnce is needed for the lexer to work:
$ sudo pip install -e git+https://github.com/hplgit/doconce#egg=doconce
To verify the installation of pygments-doconce
run:
$ pygmentize -L lexer | grep -i doconce * doconce: DocOnce