Skip to content
This repository has been archived by the owner on Sep 3, 2020. It is now read-only.

Latest commit

 

History

History
31 lines (17 loc) · 1.18 KB

readme.md

File metadata and controls

31 lines (17 loc) · 1.18 KB

language-svelte

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.

Table of Contents

Development

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.

Production

npm run prd

Copying, license, and contributing

Copyright (C) Tony Crowe 2020 https://tcrowe.github.io/contact/

Thank you for using and contributing to make language-svelte better.

⚠️ Please run npm run prd before submitting a patch.

⚖️ language-svelte inherits MIT license from parent project UnwrittenFun/svelte-atom