pygments-dmdl

DMDL lexer and highlighter for Pygments


License
Apache-2.0
Install
pip install pygments-dmdl==0.5.0

Documentation

pygments-dmdl

DMDL lexer and highlighter for Pygments

Installation

from PyPI

pip install pygments-dmdl

from source code

git clone <repo_url>
cd .../pygments-dmdl
python setup.py install

How to use

You do not need any configuration in conf.py.

.. code-block:: dmdl

   "desc"
   @attribute
   sample = {
       id : INT;
       name : TEXT;
   };