Skip to content

Commit 2a00c18

Browse files
authored
Merge pull request #211 from camerondavison/patch-1
add tab separated values (tsv) files
2 parents b655141 + 8376fd4 commit 2a00c18

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
@@ -183,6 +183,7 @@
183183
'tiff': {'binary', 'image', 'tiff'},
184184
'toml': {'text', 'toml'},
185185
'ts': {'text', 'ts'},
186+
'tsv': {'text', 'tsv'},
186187
'tsx': {'text', 'tsx'},
187188
'ttf': {'binary', 'ttf'},
188189
'twig': {'text', 'twig'},

0 commit comments

Comments
 (0)