Metadata-Version: 2.1
Name: pygments-bsl
Version: 0.12.1
Summary: Pygments 1C (BSL, SDBL) lexer
Home-page: https://github.com/zeegin/pygments-bsl
Author: Ingvar Vilkman
Author-email: zeegin@zeegin.com
License: MIT License
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.
Online example https://zeegin.github.io/pygments-bsl/

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

Install
--------

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

Install local
--------
```bash
pip install .
```

Build
------

```bash
python -m build
```

Test
------

```bash
pytest

```

Usage
-------

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

```bash
pygmentize "C:\git\pygments-bsl\tests\examplefiles\bsl\samples.bsl"
pygmentize "C:\git\pygments-bsl\tests\examplefiles\bsl\samples.os"
pygmentize "C:\git\pygments-bsl\tests\examplefiles\sdbl\samples.sdbl"
```

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

Used:
- https://1c-syntax.github.io/bsl-language-server/
- https://pr-mex.github.io/vanessa-automation/
