Skip to content

Commit b5574ac

Browse files
seanbuddasottile
authored andcommitted
Add support for '.xliff' file extension
1 parent 059831f commit b5574ac

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

identify/extensions.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,8 @@
300300
'xhtml': {'text', 'xml', 'html', 'xhtml'},
301301
'xacro': {'text', 'xml', 'urdf', 'xacro'},
302302
'xctestplan': {'text', 'json'},
303+
'xlf': {'text', 'xml', 'xliff'},
304+
'xliff': {'text', 'xml', 'xliff'},
303305
'xml': {'text', 'xml'},
304306
'xq': {'text', 'xquery'},
305307
'xql': {'text', 'xquery'},

0 commit comments

Comments
 (0)