mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
Codemirror does not support Elixir. Remove Elixir from the list.
This commit is contained in:
parent
9c45e9fa1a
commit
cc97ec332d
@ -84,7 +84,6 @@ const byMimeType: Record<string, (() => Promise<StreamParser<unknown> | Language
|
|||||||
"text/x-ebnf": async () => (await import('@codemirror/legacy-modes/mode/ebnf')).ebnf,
|
"text/x-ebnf": async () => (await import('@codemirror/legacy-modes/mode/ebnf')).ebnf,
|
||||||
"text/x-ecl": async () => (await import('@codemirror/legacy-modes/mode/ecl')).ecl,
|
"text/x-ecl": async () => (await import('@codemirror/legacy-modes/mode/ecl')).ecl,
|
||||||
"text/x-eiffel": async () => (await import('@codemirror/legacy-modes/mode/eiffel')).eiffel,
|
"text/x-eiffel": async () => (await import('@codemirror/legacy-modes/mode/eiffel')).eiffel,
|
||||||
"text/x-elixir": async () => (await import('@codemirror/legacy-modes/mode/elixir')).elixir,
|
|
||||||
"text/x-elm": async () => (await import('@codemirror/legacy-modes/mode/elm')).elm,
|
"text/x-elm": async () => (await import('@codemirror/legacy-modes/mode/elm')).elm,
|
||||||
"text/x-erlang": async () => (await import('@codemirror/legacy-modes/mode/erlang')).erlang,
|
"text/x-erlang": async () => (await import('@codemirror/legacy-modes/mode/erlang')).erlang,
|
||||||
"text/x-esper": async () => (await import('@codemirror/legacy-modes/mode/sql')).esper,
|
"text/x-esper": async () => (await import('@codemirror/legacy-modes/mode/sql')).esper,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user