https://github.com/rixo/tree-sitter-svelte-atom
Fork of tree-sitter-svelte for Atom compatibility
https://github.com/rixo/tree-sitter-svelte-atom
Last synced: 8 days ago
JSON representation
Fork of tree-sitter-svelte for Atom compatibility
- Host: GitHub
- URL: https://github.com/rixo/tree-sitter-svelte-atom
- Owner: rixo
- License: mit
- Created: 2022-02-13T22:50:49.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-13T23:59:10.000Z (over 4 years ago)
- Last Synced: 2025-10-27T20:47:17.414Z (8 months ago)
- Language: C
- Size: 290 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tree-sitter-svelte-atom
This is a fork of [tree-sitter-svelte](https://github.com/Himujjal/tree-sitter-svelte/) with [downgraded tree-sitter CLI](https://github.com/tree-sitter/tree-sitter/issues/966#issuecomment-813016444) to make it possible to use it in an Atom grammar package.
As the only goal of this fork is to enable Atom grammars, other improvements toward this goal might be added in the short term, however the long-term goal is to have these changes incorporated into the upstream tree-sitter-svelte package (or abandonned, if they don't prove valuable enough).
Eventually, our intention is to deprecate this fork when Atom's support of tree-sitter is upgraded, so that the upstream parser can be used instead.
# LICENSE
[MIT](./LICENSE)