Metadata-Version: 1.1
Name: pygments-dmdl
Version: 0.3.1
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)
Description: ===============
         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;
              };
        
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
