# tree-sitter-make **Repository Path**: askzee/tree-sitter-make ## Basic Information - **Project Name**: tree-sitter-make - **Description**: tree-sitter-make - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-05-09 - **Last Updated**: 2025-05-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 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)