Metadata-Version: 2.1
Name: tree-sitter-make
Version: 1.1.1
Summary: Makefile grammar for tree-sitter
Author-email: Amaan Qureshi <amaanq12@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/tree-sitter-grammars/tree-sitter-make
Keywords: incremental,parsing,tree-sitter,make
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Compilers
Classifier: Topic :: Text Processing :: Linguistic
Classifier: Typing :: Typed
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: core
Requires-Dist: tree-sitter~=0.22; 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)
