fix: perl6 file extension (#3066)
This commit is contained in:
parent
28d617d867
commit
34ec6cc978
1 changed files with 2 additions and 1 deletions
|
|
@ -52,7 +52,8 @@ export const LANGUAGE_EXTENSIONS: Record<string, string> = {
|
||||||
".m": "objective-c",
|
".m": "objective-c",
|
||||||
".mm": "objective-cpp",
|
".mm": "objective-cpp",
|
||||||
".pl": "perl",
|
".pl": "perl",
|
||||||
".pm": "perl6",
|
".pm": "perl",
|
||||||
|
".pm6": "perl6",
|
||||||
".php": "php",
|
".php": "php",
|
||||||
".ps1": "powershell",
|
".ps1": "powershell",
|
||||||
".psm1": "powershell",
|
".psm1": "powershell",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue