Skip to content

Commit 0a0cb32

Browse files
committed
Add support for Perl solutions
1 parent 197d41d commit 0a0cb32

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codewars-solutions-scraper",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"description": "A scraper that gets the solutions of all of the CodeWars katas you have solved",
55
"main": "src/main.js",
66
"bin": {

src/extensions.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ const extensions = {
3333
nim: 'nim',
3434
objc: 'm',
3535
ocaml: 'ml',
36+
perl: 'pl',
3637
php: 'php',
3738
powershell: 'ps1',
3839
prolog: 'pl',

0 commit comments

Comments
 (0)