Metadata-Version: 2.1
Name: hilite-syntax
Version: 0.0.1
Summary: Framework for generating editor syntax files
Home-page: https://github.com/ssteffl/python-hilite-syntax
Author: Sam Steffl
Author-email: sam@ssteffl.com
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/ssteffl/python-hilite-syntax
Project-URL: Source, https://github.com/ssteffl/python-hilite-syntax
Keywords: hilite hilight syntax editor
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: dcggraph

Lark Grammar to Editor Syntax Files
===================================

This package allows you to generate syntax-highlighing files for code-editors
directly from the Lark grammar file. This allows your lark-generated
parser and the editor-syntax-files to be derived from a single source of 
truth. Additionally, this package obviates the tedious and error-prone task
of writing syntax files for languages.

Currently Supported Editors
---------------------------
- __vim__: use the `VimConverter` module in `lark_to_editor_syntax.vim` module

API
---
TODO. but for now, just look at the tests to see how to run searches

installing
----------
TODO. but eventually put on pypi



