From 31b2ced1ca033d374a8a2762ea411aa4948dfdd0 Mon Sep 17 00:00:00 2001 From: Andrew Date: Wed, 8 Sep 2021 17:31:58 -0700 Subject: [PATCH] add powershell extension --- identify/extensions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/identify/extensions.py b/identify/extensions.py index 3da6526..8e650ed 100644 --- a/identify/extensions.py +++ b/identify/extensions.py @@ -138,6 +138,7 @@ 'pp': {'text', 'puppet'}, 'properties': {'text', 'java-properties'}, 'proto': {'text', 'proto'}, + 'ps1': {'text', 'powershell'}, 'puml': {'text', 'plantuml'}, 'purs': {'text', 'purescript'}, 'pxd': {'text', 'cython'},