This commit is contained in:
Shibo Lyu 2023-07-12 11:12:36 +08:00
parent baea26fb92
commit 68d7932626
2 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,9 @@
# 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

View file

@ -2,8 +2,8 @@
"identifier": "sb.lao.svelte-nova",
"name": "Svelte",
"organization": "Shibo Lyu",
"description": "LSP support for Svelte.",
"version": "0.2.0",
"description": "Svelte syntax & LSP support.",
"version": "0.3.0",
"categories": ["languages"],
"license": "MIT",
"bugs": "https://github.com/laosb/SvelteNova/issues",