Metadata-Version: 2.0
Name: pygments-dmdl
Version: 0.1.2
Summary: DMDL lexer and highlighter for Pygments
Home-page: https://github.com/cocoatomo/pygments-dmdl
Author: cocoatomo
Author-email: cocoatomo77 at gmail dot com
License: Apache License (2.0)
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Documentation
Requires-Dist: setuptools

===============
 pygments-dmdl
===============

DMDL lexer and highlighter for Pygments

Installation
============

from PyPI
---------

.. code-block:: bash

   pip install pygments-dmdl

from source code
----------------

.. code-block:: bash

   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:: rst

   .. code-block:: dmdl

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


