mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 05:43:55 +00:00
feat: add syntax highlighting for .ets files (#5889)
This commit is contained in:
parent
3d6f62746a
commit
507ba644cf
@ -25,6 +25,7 @@ export const LANGUAGE_EXTENSIONS: Record<string, string> = {
|
|||||||
".ex": "elixir",
|
".ex": "elixir",
|
||||||
".exs": "elixir",
|
".exs": "elixir",
|
||||||
".erl": "erlang",
|
".erl": "erlang",
|
||||||
|
".ets": "typescript",
|
||||||
".hrl": "erlang",
|
".hrl": "erlang",
|
||||||
".fs": "fsharp",
|
".fs": "fsharp",
|
||||||
".fsi": "fsharp",
|
".fsi": "fsharp",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user