feat(filelib-web): 编辑器增加 Typst 语法高亮支持

This commit is contained in:
2026-07-27 21:02:02 +08:00
parent fe38d0b8a9
commit 8c26c42e0c
4 changed files with 35 additions and 50 deletions
+3 -1
View File
@@ -28,6 +28,8 @@
"@codemirror/lang-json": "^6.0.2",
"@codemirror/lang-markdown": "^6.5.1",
"@codemirror/language": "^6.12.4",
"codemirror": "^6.0.2"
"codemirror": "^6.0.2",
"codemirror-lang-typst": "^0.4.0",
"vite-plugin-wasm": "^3.6.0"
}
}