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.
$ pip install pygments-bsl
$ python setup.py sdist
$ python setup.py test
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/