Skip to content

Commit 0cb0bf0

Browse files
authored
Adds .make to extensions
This would enable switching out files for types in the [checkmake hook][1] [1]: checkmake/checkmake@4e37f3a
1 parent 297950f commit 0cb0bf0

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
@@ -127,6 +127,7 @@
127127
'lr': {'text', 'lektor'},
128128
'lua': {'text', 'lua'},
129129
'm': {'text', 'objective-c'},
130+
'make': {'text', 'makefile'},
130131
'manifest': {'text', 'manifest'},
131132
'map': {'text', 'map'},
132133
'markdown': {'text', 'markdown'},

0 commit comments

Comments
 (0)