Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)