Added text highlight and minimap

This commit is contained in:
2025-06-17 17:31:01 +08:00
parent 0927b921c3
commit 1d6cf7cf68
15 changed files with 2237 additions and 12 deletions

View File

@@ -23,6 +23,7 @@
"@codemirror/lang-javascript": "^6.2.4",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-less": "^6.0.2",
"@codemirror/lang-lezer": "^6.0.1",
"@codemirror/lang-liquid": "^6.2.3",
"@codemirror/lang-markdown": "^6.3.2",
"@codemirror/lang-php": "^6.0.1",
@@ -42,12 +43,15 @@
"@codemirror/state": "^6.5.2",
"@codemirror/view": "^6.37.1",
"@lezer/highlight": "^1.2.1",
"@lezer/lr": "^1.4.2",
"@types/uuid": "^10.0.0",
"@vueuse/core": "^13.3.0",
"codemirror": "^6.0.1",
"codemirror-lang-elixir": "^4.0.0",
"colors-named": "^1.0.2",
"colors-named-hex": "^1.0.2",
"hsl-matcher": "^1.2.4",
"lezer": "^0.13.5",
"pinia": "^3.0.2",
"sass": "^1.89.1",
"uuid": "^11.1.0",
@@ -57,6 +61,7 @@
},
"devDependencies": {
"@eslint/js": "^9.28.0",
"@lezer/generator": "^1.7.3",
"@types/node": "^22.15.29",
"@vitejs/plugin-vue": "^5.2.4",
"@wailsio/runtime": "latest",