diff --git a/identify/extensions.py b/identify/extensions.py index 4740b3b..3a50915 100644 --- a/identify/extensions.py +++ b/identify/extensions.py @@ -300,6 +300,8 @@ 'xhtml': {'text', 'xml', 'html', 'xhtml'}, 'xacro': {'text', 'xml', 'urdf', 'xacro'}, 'xctestplan': {'text', 'json'}, + 'xlf': {'text', 'xml', 'xliff'}, + 'xliff': {'text', 'xml', 'xliff'}, 'xml': {'text', 'xml'}, 'xq': {'text', 'xquery'}, 'xql': {'text', 'xquery'},