mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-26 04:04:22 +01:00
fix: perl6 file extension (#3066)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user