We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 87c4bef + 599c39b commit c17babeCopy full SHA for c17babe
1 file changed
codespell.py
@@ -40,6 +40,7 @@ def getMimeType(filepath):
40
suffix2mime = { '.h': 'text/x-c++',
41
'.cxx': 'text/x-c++',
42
'.c': 'text/x-c++',
43
+ '.hxx': 'text/x-c++',
44
'.py': 'text/x-python',
45
'.ruby': 'text/x-ruby',
46
'.java': 'text/x-java-source',
0 commit comments