fix: perl6 file extension (#3066)
Some checks are pending
deploy / deploy (push) Waiting to run
format / format (push) Waiting to run
snapshot / publish (push) Waiting to run
test / test (push) Waiting to run

This commit is contained in:
Rustafarian Dev 2025-10-10 12:28:49 -04:00 committed by GitHub
parent 28d617d867
commit 34ec6cc978
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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