Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit cc97ec3

Browse files
committed
Codemirror does not support Elixir. Remove Elixir from the list.
1 parent 9c45e9f commit cc97ec3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/codemirror/src/syntax_highlighting.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ const byMimeType: Record<string, (() => Promise<StreamParser<unknown> | Language
8484
"text/x-ebnf": async () => (await import('@codemirror/legacy-modes/mode/ebnf')).ebnf,
8585
"text/x-ecl": async () => (await import('@codemirror/legacy-modes/mode/ecl')).ecl,
8686
"text/x-eiffel": async () => (await import('@codemirror/legacy-modes/mode/eiffel')).eiffel,
87-
"text/x-elixir": async () => (await import('@codemirror/legacy-modes/mode/elixir')).elixir,
8887
"text/x-elm": async () => (await import('@codemirror/legacy-modes/mode/elm')).elm,
8988
"text/x-erlang": async () => (await import('@codemirror/legacy-modes/mode/erlang')).erlang,
9089
"text/x-esper": async () => (await import('@codemirror/legacy-modes/mode/sql')).esper,

0 commit comments

Comments
 (0)