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

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

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)