Skip to content

Commit 3c3d948

Browse files
authored
Add .mustache file type
Mustache is a templating language: https://mustache.github.io/
1 parent f52dde0 commit 3c3d948

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

identify/extensions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@
148148
'modulemap': {'text', 'modulemap'},
149149
'mscx': {'text', 'xml', 'musescore'},
150150
'mscz': {'binary', 'zip', 'musescore'},
151+
'mustache': {'text', 'mustache'},
151152
'myst': {'text', 'myst'},
152153
'ngdoc': {'text', 'ngdoc'},
153154
'nim': {'text', 'nim'},

0 commit comments

Comments
 (0)