diff --git a/package.json b/package.json index ec2c660..da0ba63 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codewars-solutions-scraper", - "version": "1.0.7", + "version": "1.0.8", "description": "A scraper that gets the solutions of all of the CodeWars katas you have solved", "main": "src/main.js", "bin": { diff --git a/src/extensions.js b/src/extensions.js index ad9ea85..36e77ad 100644 --- a/src/extensions.js +++ b/src/extensions.js @@ -33,6 +33,7 @@ const extensions = { nim: 'nim', objc: 'm', ocaml: 'ml', + perl: 'pl', php: 'php', powershell: 'ps1', prolog: 'pl',