Skip to content
This repository has been archived by the owner on Sep 3, 2020. It is now read-only.
/ language-svelte Public archive
forked from sveltejs/svelte-atom

⚛️ Atom syntax highlighting for Svelte ⚛️ | Moved to https://tcrowe.commons.host/contact

Notifications You must be signed in to change notification settings

tcrowe/language-svelte

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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