Skip to content

Latest commit

 

History

History
62 lines (39 loc) · 1.46 KB

README.rst

File metadata and controls

62 lines (39 loc) · 1.46 KB

LconfPygmentsLexer

About

A simple pygments lexer for LCONF The L(ight) CONF(iguration): A simple human-readable data serialization format for dynamic configuration.

For features check out the: CHANGELOG.rst

Requirements

Requires Pygments

Installation

  1. To install from pypi using pip/pip3:

    $ pip3 install LconfPygmentsLexer
    
  2. To install from the source:

    $ python3 setup.py install
    
  3. to check if it installed ok and is available:

    $ pygmentize -L
    

    lconf should be one of the available lexers

Projects using LconfPygmentsLexer

projects which make use of: LconfPygmentsLexer

  • PSphinxTheme
    A sphinx theme which has an admonition for LCONF examples.
  • LCONF
    L(ight) CONF(iguration): A light - human-friendly, simple readable data serialization format for dynamic configuration.

Online Resources



LconfPygmentsLexer 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.