diff --git a/identify/extensions.py b/identify/extensions.py index 3a50915..1dcf635 100644 --- a/identify/extensions.py +++ b/identify/extensions.py @@ -196,6 +196,7 @@ 'php5': {'text', 'php'}, 'phtml': {'text', 'php'}, 'piskel': {'text', 'piskel', 'json'}, + 'pkl': {'text', 'pkl'}, 'pl': {'text', 'perl'}, 'plantuml': {'text', 'plantuml'}, 'pm': {'text', 'perl'},