Skip to content

cocoatomo/pygments-dmdl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published