Skip to content

Commit c17babe

Browse files
authored
Merge pull request #19 from dave3d/AddHxxFile
added support for .hxx files
2 parents 87c4bef + 599c39b commit c17babe

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)