feat: reintroduce html highlighting to the editor

This commit is contained in:
Andrew Bastin
2021-12-27 13:17:25 +05:30
parent 253170f7ac
commit 6fdeffe9d6
3 changed files with 28 additions and 0 deletions

View File

@@ -45,11 +45,13 @@
"@codemirror/lang-javascript": "^0.19.3",
"@codemirror/lang-json": "^0.19.1",
"@codemirror/language": "^0.19.7",
"@codemirror/legacy-modes": "^0.19.0",
"@codemirror/lint": "^0.19.3",
"@codemirror/matchbrackets": "^0.19.3",
"@codemirror/rectangular-selection": "^0.19.1",
"@codemirror/search": "^0.19.5",
"@codemirror/state": "^0.19.6",
"@codemirror/stream-parser": "^0.19.3",
"@codemirror/text": "^0.19.5",
"@codemirror/tooltip": "^0.19.10",
"@codemirror/view": "^0.19.37",