Skip to content

Commit 50e032f

Browse files
authored
Merge pull request #574 from petamas/add-diff
Add support for *.diff
2 parents 93f1aa6 + 410d9be commit 50e032f

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
@@ -59,6 +59,7 @@
5959
'dart': {'text', 'dart'},
6060
'dbc': {'text', 'dbc'},
6161
'def': {'text', 'def'},
62+
'diff': {'text', 'diff'},
6263
'dll': {'binary'},
6364
'dtd': {'text', 'dtd'},
6465
'ear': {'binary', 'zip', 'jar'},

0 commit comments

Comments
 (0)