implemented synthax highlightingo

This commit is contained in:
2023-06-28 14:03:35 +02:00
parent 395ca6817d
commit 475feaf849
11 changed files with 3839 additions and 197 deletions

View File

@@ -12,8 +12,13 @@
"format": "prettier --write src/"
},
"dependencies": {
"hljs": "^6.2.3",
"@codemirror/lang-html": "^6.4.5",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-xml": "^6.0.2",
"@codemirror/theme-one-dark": "^6.1.2",
"codemirror": "^6.0.1",
"vue": "^3.3.4",
"vue-codemirror": "^6.1.1",
"vue-router": "^4.2.2"
},
"devDependencies": {