From 3c3d948a6d88d7625a5b15e24589c891372340e5 Mon Sep 17 00:00:00 2001 From: Ryan Wilson <84201908+ryewilson@users.noreply.github.com> Date: Sun, 12 Feb 2023 13:13:33 -0500 Subject: [PATCH] Add .mustache file type Mustache is a templating language: https://mustache.github.io/ --- identify/extensions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/identify/extensions.py b/identify/extensions.py index 1c46e46..6addba6 100644 --- a/identify/extensions.py +++ b/identify/extensions.py @@ -148,6 +148,7 @@ 'modulemap': {'text', 'modulemap'}, 'mscx': {'text', 'xml', 'musescore'}, 'mscz': {'binary', 'zip', 'musescore'}, + 'mustache': {'text', 'mustache'}, 'myst': {'text', 'myst'}, 'ngdoc': {'text', 'ngdoc'}, 'nim': {'text', 'nim'},