From 44d116af31e2dbad4db8459d338c4f449e347a33 Mon Sep 17 00:00:00 2001 From: Evan Finken Date: Mon, 2 Jan 2023 19:48:44 -0600 Subject: [PATCH] Add .pug to extensions.py --- identify/extensions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/identify/extensions.py b/identify/extensions.py index 4eabc15..9f4f239 100644 --- a/identify/extensions.py +++ b/identify/extensions.py @@ -168,6 +168,7 @@ 'properties': {'text', 'java-properties'}, 'proto': {'text', 'proto'}, 'ps1': {'text', 'powershell'}, + 'pug': {'text', 'pug'}, 'puml': {'text', 'plantuml'}, 'purs': {'text', 'purescript'}, 'pxd': {'text', 'cython'},