feat(language-server): answer HTML completion, hover, folding, and tag close

This commit is contained in:
2026-08-18 20:43:47 +05:30
parent 6074d19c43
commit 609224591c
4 changed files with 239 additions and 1 deletions
+2 -1
View File
@@ -13,6 +13,7 @@
},
"dependencies": {
"@wrnexus/syntax": "workspace:*",
"@wrnexus/typecheck": "workspace:*"
"@wrnexus/typecheck": "workspace:*",
"vscode-html-languageservice": "^5.6.2"
}
}