Browse Source

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

Nalin Singh 7 tháng trước cách đây
mục cha
commit
507ba644cf
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      packages/opencode/src/lsp/language.ts

+ 1 - 0
packages/opencode/src/lsp/language.ts

@@ -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",