/svelte-atom

Syntax, diagnostics, and other smarts for Svelte in Atom

Primary LanguageJavaScriptMIT LicenseMIT

Svelte for Atom

Provides syntax highlighting and rich intellisense for Svelte components in Atom, utilising the svelte language server.

Features

  • Svelte
    • Diagnostic messages for warnings and errors
    • Support for svelte preprocessors that provide source maps
  • HTML
    • Hover info
    • Autocompletions
    • Emmet
    • Formatting
    • Symbols in Outline panel
  • CSS / SCSS / LESS
    • Diagnostic messages for syntax and lint errors
    • Hover info
    • Autocompletions
    • Formatting (via prettier)
    • Emmet
    • Color highlighting and color picker
    • Symbols in Outline panel
  • TypeScript / JavaScript
    • Diagnostics messages for syntax and semantic errors
    • Hover info
    • Formatting (via prettier)
    • Symbols in Outline panel

More features coming soon.

See Also