Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vitallium/tree-sitter-haml
HAML grammar for tree-sitter
https://github.com/vitallium/tree-sitter-haml
haml parser tree-sitter
Last synced: about 2 months ago
JSON representation
HAML grammar for tree-sitter
- Host: GitHub
- URL: https://github.com/vitallium/tree-sitter-haml
- Owner: vitallium
- License: mit
- Created: 2024-05-28T15:12:05.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-04T20:44:34.000Z (about 2 months ago)
- Last Synced: 2024-11-04T21:32:48.249Z (about 2 months ago)
- Topics: haml, parser, tree-sitter
- Language: C
- Homepage:
- Size: 263 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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)