# tree-sitter-haml
This is a general tree-sitter parser grammar for [the HAML templating language](https://haml.info/).
## Development
### Building
To build the grammar, run:
```shell
npm run build
```
### Testing
To test the grammar, run:
```shell
npm run test
```
## Contributing
Contributions are welcome! Please open an issue or submit a pull request.
## Credits
- [The `pug` grammar](https://github.com/zealot128/tree-sitter-pug/blob/master/README.md)
## References
- [Tree-sitter](https://tree-sitter.github.io/tree-sitter/)
- [Tree-sitter documentation](https://tree-sitter.github.io/tree-sitter/creating-parsers)
- [HAML](https://haml.info/)
- [HAML documentation](https://haml.info/docs/yardoc/file.REFERENCE.html)