Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alemuller/tree-sitter-make
https://github.com/alemuller/tree-sitter-make
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alemuller/tree-sitter-make
- Owner: alemuller
- License: mit
- Created: 2021-04-16T19:56:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-31T14:44:11.000Z (9 months ago)
- Last Synced: 2024-08-01T19:45:24.243Z (3 months ago)
- Language: C
- Size: 1.61 MB
- Stars: 36
- Watchers: 3
- Forks: 12
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-make - Tree Sitter Support
README
# tree-sitter-make
Tree-sitter-make is a Make parser intended to be used for syntax highlighting.## Missing features
- [ ] Support to custom .RECIPEPREFIX
- [ ] Load directiveThis 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)