Metadata-Version: 1.1
Name: pygments-wasp
Version: 0.1
Summary: Pygments lexer for Wasp
Home-page: https://github.com/wasp-lang/pygments-wasp
Author: Tres Walsh
Author-email: UNKNOWN
License: BSD
Description: Overview
        ========
        
        This is a plugin for the Pygments_ syntax highlighter. It adds support for the
        Wasp_ scripting language.
        
        
        Install
        -------
        
        Using PyPI and pip::
        
          (sudo) pip install pygments-wasp
        
        Manually::
        
          git clone git://github.com/wasp-lang/pygments-wasp.git
          cd pygments-wasp
          (sudo) python setup.py install
        
        Usage
        -----
        
        Simply use **wasp** as the pygments language.
        
        .. _Pygments: http://pygments.org
        .. _Wasp: http://github.com/wasp-lang
        
Keywords: pygments lexer wasp
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Plugins
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
