mirror of
https://github.com/laosb/SvelteNova.git
synced 2025-04-30 20:51:10 +00:00
v0.1.1
This commit is contained in:
parent
fbc46d8f4b
commit
9a47d4ad4e
5 changed files with 26 additions and 3 deletions
|
@ -0,0 +1,9 @@
|
|||
# v0.1.1
|
||||
|
||||
- Add some meta info.
|
||||
|
||||
# v0.1
|
||||
|
||||
- First release.
|
||||
- Basic LSP integration.
|
||||
- Basic syntax (HTML).
|
13
README.md
13
README.md
|
@ -0,0 +1,13 @@
|
|||
# Svelte Nova
|
||||
|
||||
Svelte support for Nova.
|
||||
|
||||
Needs `node` installed for starting [Svelte Language Server](https://github.com/sveltejs/language-tools/tree/master/packages/language-server).
|
||||
|
||||
Inspired by & took code pieces from [`nova-vue`](https://github.com/tommasongr/nova-vue) and [`nova-typescript`](https://github.com/apexskier/nova-typescript).
|
||||
|
||||
Thanks for Svelte team & Panic for delivering their masterpieces!
|
||||
|
||||
## License
|
||||
|
||||
MIT. See [LICENSE](LICENSE.md).
|
|
@ -3,8 +3,9 @@
|
|||
"name": "Svelte",
|
||||
"organization": "Shibo Lyu",
|
||||
"description": "LSP support for Svelte.",
|
||||
"version": "0.1",
|
||||
"version": "0.1.1",
|
||||
"categories": ["languages"],
|
||||
"license": "MIT",
|
||||
"bugs": "https://github.com/laosb/SvelteNova/issues",
|
||||
"repository": "https://github.com/laosb/SvelteNova",
|
||||
"min_runtime": "2.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "sveltenova.novaextension",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"dependencies": {
|
||||
"svelte-language-server": "^0.10.147"
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "svelte-nova",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"main": "SvelteNova.novaextension/main.js",
|
||||
"repository": "https://github.com/laosb/SvelteNova",
|
||||
"author": "laosb <laosb@lasteam.net>",
|
||||
|
|
Loading…
Add table
Reference in a new issue