Explorar el Código

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

Nalin Singh hace 8 meses
padre
commit
507ba644cf
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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",