Skip to content

Commit 507ba64

Browse files
authored
feat: add syntax highlighting for .ets files (#5889)
1 parent 3d6f627 commit 507ba64

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/opencode/src/lsp/language.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export const LANGUAGE_EXTENSIONS: Record<string, string> = {
2525
".ex": "elixir",
2626
".exs": "elixir",
2727
".erl": "erlang",
28+
".ets": "typescript",
2829
".hrl": "erlang",
2930
".fs": "fsharp",
3031
".fsi": "fsharp",

0 commit comments

Comments
 (0)