HTML (Svelte)
Provides syntax highlighting for Svelte Components, directives and other Svelte specific syntax in Atom.
If you are looking for IDE support use ide-svelte instead.
Syntax naming is done following conventions from Sublime and TextMate.
<svelte:tag>
.All Svelte syntax captured:
Template blocks; if, each, await.
{expression}
- Svelte expressions
<svelte:tag>
<script>
<script context="module">
<style>
<style lang="postcss|sass|less">
<Component/>
(tag.component)
Element directives:
Component directives; on, bind.
Svelte component lifecycle
Svelte slot element; named slot, slot property values
Svelte modules; stores, motion, transition, animation
Snippets
{#if}
{#each}
{#await}
<svelte:x>
Accessibility related (html snippets)
Tree sitter Svelte... This seems to be a bit more advanced stuff and might be done in v1.1+.