feat: add syntax highlighting for .ets files (#5889)

thinking-toggle-wip
Nalin Singh 2025-12-21 23:12:47 +05:30 committed by Aiden Cline
parent 76b0ac2204
commit c04c92778b
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ export const LANGUAGE_EXTENSIONS: Record<string, string> = {
".ex": "elixir",
".exs": "elixir",
".erl": "erlang",
".ets": "typescript",
".hrl": "erlang",
".fs": "fsharp",
".fsi": "fsharp",