Metadata-Version: 2.4
Name: tree-sitter-epics-msi-template
Version: 0.1.0
Summary: EPICS' macros grammar for tree-sitter
Author-email: Rémi NICOLE <remi.nicole@cea.fr>
License: MIT
Project-URL: Homepage, https://github.com/minijackson/tree-sitter-epics-msi-template
Keywords: incremental,parsing,tree-sitter,epics
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Compilers
Classifier: Topic :: Text Processing :: Linguistic
Classifier: Typing :: Typed
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: core
Requires-Dist: tree-sitter~=0.24; extra == "core"
Dynamic: license-file

# tree-sitter-epics-msi-template

[![CI][ci]](https://github.com/minijackson/tree-sitter-epics-msi-template/actions/workflows/ci.yml)
[![discord][discord]](https://discord.gg/w7nTvsVJhm)
[![matrix][matrix]](https://matrix.to/#/#tree-sitter-chat:matrix.org)
<!-- NOTE: uncomment these if you're publishing packages: -->
<!-- [![npm][npm]](https://www.npmjs.com/package/tree-sitter-epics-msi-template) -->
<!-- [![crates][crates]](https://crates.io/crates/tree-sitter-epics-msi-template) -->
<!-- [![pypi][pypi]](https://pypi.org/project/tree-sitter-epics-msi-template/) -->

A Tree-sitter parser for epics-msi-template files.

## References

<!-- NOTE: add the grammar's references here -->

[ci]: https://img.shields.io/github/actions/workflow/status/minijackson/tree-sitter-epics-msi-template/ci.yml?logo=github&label=CI
[discord]: https://img.shields.io/discord/1063097320771698699?logo=discord&label=discord
[matrix]: https://img.shields.io/matrix/tree-sitter-chat%3Amatrix.org?logo=matrix&label=matrix
[npm]: https://img.shields.io/npm/v/tree-sitter-epics-msi-template?logo=npm
[crates]: https://img.shields.io/crates/v/tree-sitter-epics-msi-template?logo=rust
[pypi]: https://img.shields.io/pypi/v/tree-sitter-epics-msi-template?logo=pypi&logoColor=ffd242
