cocoatomo / pygments-dmdl

DMDL lexer and highlighter for Pygments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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;
   };

About

DMDL lexer and highlighter for Pygments

License:Apache License 2.0


Languages

Language:Python 99.8%Language:Makefile 0.2%