Nova

Extensions


Readme

Svelte Nova

Svelte support for Nova, with tree-sitter-based syntax highlighting and language server support.

Needs node installed for starting Svelte Language Server.

Inspired by & took code pieces from nova-vue and nova-typescript.

For Nova 10 & up, this extension is using tree-sitter grammar from Himujjal/tree-sitter-svelte.

Thanks for Svelte team & Panic for delivering their masterpieces!

License

MIT. See LICENSE.


Changelog

v0.4.0

  • Updated Svelte Language Server to 0.16.3.
  • Updated all devDependencies.
  • Dropped Yarn v1 in favor of npm for managing dependencies.

v0.3.0

  • Updated tree-sitter-svelte to 0.11.0(697bb515).
  • Updated Svelte Language Server to 0.15.15.
  • Updated all devDependencies.

v0.2.0

  • 🌲 tree-sitter-based syntax highlighting and folding, powered by Himujjal/tree-sitter-svelte.
  • tree-sitter support requires Nova 10. Older Nova versions will still use only RegEx-based highlighting.
  • Updated Svelte Language Server to 0.14.37.

v0.1.8

  • Updated Svelte Language Server to 0.14.29.

v0.1.7

  • Updated Svelte Language Server to 0.14.6.

v0.1.6

  • Updated Svelte Language Server to 0.13.0.

v0.1.5

  • Fixed missing syntax highlighting for script tags (added by @pierreminik who copied updates from @tommasongr's vue extension).
  • Updated Svelte Language Server to 0.12.15.
  • Various plugin build dependencies updated.

v0.1.4

  • chmod +x before try starting server.

v0.1.3

  • Remove some unused code.

v0.1.2

  • Fix not starting Svelte Language Server on packaged extension release.

v0.1.1

  • Add some meta info.

v0.1

  • First release.
  • Basic LSP integration.
  • Basic syntax (HTML).

License

Copyright (c) 2020-Present Shibo Lyu

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.