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:
[x] Template blocks; if, each, await.
[ ] {expression}
- Svelte expressions
[x] <svelte:tag>
[x] <script>
[ ] <script context="module">
[x] <style>
[ ] <style lang="postcss|sass|less">
[x] <Component/>
(tag.component)
[x] Element directives:
[ ] Component directives; on, bind.
[ ] Svelte component lifecycle
[ ] Svelte slot element; named slot, slot property values
[ ] Svelte modules; stores, motion, transition, animation
[x] Snippets
[x] {#if}
[x] {#each}
[x] {#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+.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.