We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87c4bef commit 599c39bCopy full SHA for 599c39b
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