A simple pygments lexer for LCONF. The light and simple readable data serialization format for dynamic configurations and data exchange.
For features check out the: CHANGELOG.rst
Requires Pygments
To install from pypi using
pip/pip3
:$ pip3 install python_lconf_lexer
To install from the source:
$ python3 setup.py install
to check if it installed ok and is available:
$ pygmentize -L
lconf
should be one of the available lexers
projects which make use of: python_lconf_lexer
- PSphinxTheme
- A sphinx theme which has an admonition for LCONF examples.
- PyPI: http://pypi.python.org/pypi/python_lconf_lexer
- Source: https://github.com/LCONF/python_lconf_lexer
python_lconf_lexer is distributed under the terms of the BSD 3-clause license. Consult LICENSE or BSD-3-Clause.
(c) 2014, peter1000 https://github.com/peter1000 All rights reserved.