Support highlighting Elixir code notes.

This commit is contained in:
Joel Shprentz
2025-06-16 01:54:31 +00:00
parent 4da7fd2c87
commit 9c45e9fa1a
5 changed files with 7 additions and 1 deletions

View File

@@ -64,6 +64,7 @@ const byMimeType: MimeRecord = {
"text/x-ebnf": () => import("highlight.js/lib/languages/ebnf"),
"text/x-ecl": null,
"text/x-eiffel": null,
"text/x-elixir": () => import("highlight.js/lib/languages/elixir"),
"text/x-elm": () => import("highlight.js/lib/languages/elm"),
"text/x-erlang": () => import("highlight.js/lib/languages/erlang"),
"text/x-esper": null,