Metadata-Version: 2.1
Name: tree-sitter-make
Version: 0.0.1
Summary: Make grammar for tree-sitter
License: MIT
Project-URL: Homepage, https://github.com/tree-sitter/tree-sitter-make
Keywords: incremental,parsing,tree-sitter,make
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Compilers
Classifier: Topic :: Text Processing :: Linguistic
Classifier: Typing :: Typed
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: core
Requires-Dist: tree-sitter~=0.21; extra == "core"

# tree-sitter-make
Tree-sitter-make is a Make parser intended to be used for syntax highlighting.

## Missing features
- [ ] Support to custom .RECIPEPREFIX
- [ ] Load directive

This parser uses GNUMakefile documentation as reference. Others makefile formats
might have features not implemented by this grammar. Feel free to open an issue
with a feature request or do a pull request to extend this grammar to support
other makefiles formats.

## Reference
* [GNU Make manual](https://www.gnu.org/software/make/manual/html_node/index.html)
