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

https://github.com/himujjal/tree-sitter-sveltealt

A Tree-sitter grammar for sveltealt (alternateive Svelte/HTML syntax)
https://github.com/himujjal/tree-sitter-sveltealt

Last synced: 2 months ago
JSON representation

A Tree-sitter grammar for sveltealt (alternateive Svelte/HTML syntax)

Awesome Lists containing this project

README

        

# Tree-sitter grammar for an alternative HTML/Svelte syntax

For more information about sveltealt,
[Svelte-alt](https://github.com/Himujjal/sveltealt)

## Development

To build and run the tree-sitter tests simply:
```sh
npm run gen && npm run build
```

Or you can use `nodemon` for faster dev cycle. Edit the nodemon.json file:
```sh
nodemon
```

# LICENSE

[MIT](./LICENSE)