Metadata-Version: 2.0
Name: pygments-anyscript
Version: 0.2.0
Summary: Pygments lexer and style for the AnyScript language
Home-page: https://github.com/melund/pygments_anyscript
Author: Morten Enemark Lund
Author-email: mel@anybodytech.com
License: MIT license
Keywords: pygments_anyscript
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: pygments

=========================
Pygments AnyScript plugin
=========================


.. image:: https://img.shields.io/pypi/v/pygments_anyscript.svg
        :target: https://pypi.python.org/pypi/pygments_anyscript

.. image:: https://img.shields.io/travis/AnyBody/pygments_anyscript.svg
        :target: https://travis-ci.org/AnyBody/pygments_anyscript


Pygments lexer and style for the AnyScript language

Installation
------------
 * run ``pip install pygments-anyscript``
 * download source and execute ``python setup.py install``

Requirements
------------

 * pygments

Usage
-----

The lexer and style can be used with the Pygments api like any other lexer or style.
::

  $ pygmentize -l AnyScript MyAnyScriptFile.any
  $ pygmentize -l AnyScript -O style=anyscript MyAnyScriptFile.any
  $ pygmentize -l AnyScript -f html -O full,style=anyscript -o  MyAnyScriptFile.html MyAnyScriptFile.any



=======
History
=======

0.1.0 (2017-08-01)
------------------

* First release on PyPI.


