feat(syntax): support phoenix file extensions (#278)

* feat(syntax): support phoenix file extensions

* feat(syntax): add elixir codemirror language
This commit is contained in:
shekohex
2026-02-03 21:20:57 +02:00
committed by GitHub
parent c119d89084
commit 8b3765e362
4 changed files with 42 additions and 7 deletions
+3 -3
View File
@@ -473,9 +473,9 @@ export function getLanguageFromExtension(filePath: string): string | null {
// Elixir/Erlang
'ex': 'elixir',
'exs': 'elixir',
'eex': 'elixir',
'heex': 'elixir',
'leex': 'elixir',
'eex': 'html',
'heex': 'html',
'leex': 'html',
'erl': 'erlang',
'hrl': 'erlang',