mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
chore(code): use html plugin
This commit is contained in:
@@ -28,7 +28,7 @@ const byMimeType: Record<string, (() => Promise<StreamParser<unknown> | Language
|
||||
"text/apl": async () => (await import('@codemirror/legacy-modes/mode/apl')).apl,
|
||||
"text/coffeescript": async () => (await import('@codemirror/legacy-modes/mode/coffeescript')).coffeeScript,
|
||||
"text/css": async () => (await import('@codemirror/legacy-modes/mode/css')).css,
|
||||
"text/html": async () => (await import('@codemirror/legacy-modes/mode/xml')).html,
|
||||
"text/html": async () => (await import('@codemirror/lang-html')).html(),
|
||||
"text/jinja2": async () => (await import('@codemirror/legacy-modes/mode/jinja2')).jinja2,
|
||||
"text/jsx": null,
|
||||
"text/mirc": async () => (await import('@codemirror/legacy-modes/mode/mirc')).mirc,
|
||||
|
||||
Reference in New Issue
Block a user