mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-06 08:21:50 +00:00
feat: add syntax highlighting for .ets files (#5889)
This commit is contained in:
parent
3d6f62746a
commit
507ba644cf
1 changed files with 1 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue