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)
- Host: GitHub
- URL: https://github.com/himujjal/tree-sitter-sveltealt
- Owner: Himujjal
- License: mit
- Created: 2021-01-31T05:41:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-25T22:53:32.000Z (about 4 years ago)
- Last Synced: 2025-01-23T11:37:17.196Z (4 months ago)
- Language: C
- Size: 41 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)