Browse Source

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

Nalin Singh 2 months ago
parent
commit
507ba644cf
1 changed files with 1 additions and 0 deletions
  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",