Metadata-Version: 2.1
Name: pygments-lexer-obsidian
Version: 0.1.2
Summary: Obsidian lexer for Pygments
Home-page: https://www.obsidian-lang.com
Author: Michael Coblenz
Author-email: mcoblenz@cs.cmu.edu
License: BSD
Keywords: pygments lexer syntax highlight obsidian
Platform: UNKNOWN
Classifier: Environment :: Plugins
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Requires-Dist: pygments (>=2.1)

Based on https://gitlab.com/veox/pygments-lexer-solidity/ by Noel Maersk. 

To publish a new version:
python setup.py sdist bdist_wheel
python -m twine upload dist/*


