summaryrefslogtreecommitdiff
path: root/src/__init__.py
blob: 3f5c47833f6bc90743f8a89d58acf9a6df31a924 (plain)
1
2
3
4
5
#!/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'])