Răsfoiți Sursa

fix: perl6 file extension (#3066)

Rustafarian Dev 4 luni în urmă
părinte
comite
34ec6cc978
1 a modificat fișierele cu 2 adăugiri și 1 ștergeri
  1. 2 1
      packages/opencode/src/lsp/language.ts

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

@@ -52,7 +52,8 @@ export const LANGUAGE_EXTENSIONS: Record<string, string> = {
   ".m": "objective-c",
   ".mm": "objective-cpp",
   ".pl": "perl",
-  ".pm": "perl6",
+  ".pm": "perl",
+  ".pm6": "perl6",
   ".php": "php",
   ".ps1": "powershell",
   ".psm1": "powershell",