Metadata-Version: 2.1
Name: pygments-bsl
Version: 0.6
Summary: Pygments 1C (BSL) lexer
Home-page: https://github.com/zeegin/pygments-bsl
Author: Ingvar Vilkman
Author-email: zeegin@zeegin.com
License: MIT License
Platform: UNKNOWN
Classifier: Environment :: Plugins
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pygments (>=2.3)

[![PyPI version](https://badge.fury.io/py/pygments-bsl.svg)](https://badge.fury.io/py/pygments-bsl)

pygments-bsl
=============

Pygments_ is a syntax highlighting tool that supports a wide range of
languages and data formats.

Made for MkDocs https://www.mkdocs.org.

Syntax rools from https://github.com/1c-syntax.

Install
--------

```
$ pip install pygments-bsl
```

Build
------

```
$ python setup.py sdist
```

Test
------

```
$ python setup.py test
```

Usage
-------

Pygment json highlighting is available without any further customization from code as well
as from the pygementize command:

```
  $ pygmentize your-file.bsl

   ... beautifully formatted bsl will flow here
```

- _Pygments: http://pygments.org/
- _pygments-bsl: https://github.com/zeegin/pygments-bsl
- _PyPI: http://pypi.python.org/pypi
- _pip: http://www.pip-installer.org/

