1
0
mirror of synced 2024-06-17 11:39:51 +02:00
mat2/src/__init__.py

6 lines
247 B
Python
Raw Normal View History

#!/bin/env python3
# A set of extension that aren't supported, despite matching a supported mimetype
unsupported_extensions = set(['bat', 'c', 'h', 'ksh', 'pl', 'txt', 'asc',
'text', 'pot', 'brf', 'srt', 'rdf', 'wsdl', 'xpdl', 'xsl', 'xsd'])