It's forked from UnwrittenFun/svelte-atom and it only includes the grammar. a.k.a. the syntax highlighting
I first tried to create a tree-sitter grammar but it defeated me. If you know how to do that it might be helpful if we can collaborate.
To test locally clone the repository and apm link
in it.
Reference ./test/svelte-syntax-test.svelte for viewing how the editor response to the grammar file in ./grammars/svelte.json.
npm run prd
Copyright (C) Tony Crowe 2020 https://tcrowe.github.io/contact/
Thank you for using and contributing to make language-svelte better.
npm run prd
before submitting a patch.
⚖️ language-svelte inherits MIT license from parent project UnwrittenFun/svelte-atom