Metadata-Version: 2.1
Name: fluent.pygments
Version: 1.0
Summary: Pygments lexer for Fluent.
Home-page: https://github.com/projectfluent/python-fluent
Author: Mozilla
Author-email: l10n-drivers@mozilla.org
License: APL 2
Keywords: fluent,pygments
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Description-Content-Type: text/x-rst
Requires-Dist: pygments
Requires-Dist: fluent.syntax
Requires-Dist: six

fluent.pygments
===============

A plugin for pygments to add `Fluent`_ syntax highlighting to Sphinx.

Installation
------------

.. code-block:: bash

   pip install fluent.pygments


Usage
-----

.. code-block:: rst


   .. code-block:: fluent

      my-message = a localized string


The `documentation`_ has an example of Fluent content
highlighted with ``fluent.pygments``.

.. _fluent: https://projectfluent.org/
.. _documentation: https://projectfluent.org/python-fluent/fluent.pygments


