Metadata-Version: 1.1
Name: pygments-asl
Version: 1.0
Summary: Pygments lexer for ACPI source language (ASL)
Home-page: http://pypi.python.org/pypi/pygments-asl
Author: Aron Curzon
Author-email: curzona@gmail.com
License: BSD
Description: ================
        pygments-asl
        ================
        
        .. image:: https://api.travis-ci.org/curzona/pygments-asl.png
           :target: https://travis-ci.org/curzona/pygments-asl
           
        ------------------------------------------------
        A Pygments lexer for ACPI source language (ASL)
        ------------------------------------------------
        
        Overview
        ========
        
        This package provides an ACPI_ source language (ASL) lexer for Pygments_.
        The lexer is published as an entry point and, once installed, Pygments will
        pick it up automatically.
        
        You can then use the ``asl`` language with Pygments::
        
            $ pygmentize -l asl test.asl
        
        .. _ACPI: http://www.acpi.info/
        .. _Pygments: http://pygments.org/
        
        Installation
        ============
        
        Use your favorite installer to install pygments-asl into the same
        Python you have installed Pygments. For example::
        
            $ easy_install pygments-asl
        
        To verify the installation run::
        
            $ pygmentize -L lexer | grep -i asl
            * asl:
                ASL (filenames *.asl, *.aml)
        
        
        Changelog
        =========
        
        1.0 - 2013-10-05
        ----------------
        
        * Initial release.
Keywords: pygments acpi asl aml
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 :: 2
