Skip to content

Commit 599c39b

Browse files
committed
added support for .hxx files
1 parent 87c4bef commit 599c39b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

codespell.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ def getMimeType(filepath):
4040
suffix2mime = { '.h': 'text/x-c++',
4141
'.cxx': 'text/x-c++',
4242
'.c': 'text/x-c++',
43+
'.hxx': 'text/x-c++',
4344
'.py': 'text/x-python',
4445
'.ruby': 'text/x-ruby',
4546
'.java': 'text/x-java-source',

0 commit comments

Comments
 (0)