Skip to content

Commit bdf9c05

Browse files
authored
Merge pull request #530 from dirtcrusher/feature/special_cpp_extensions
Added C++ 'ipp' and 'tpp' file extensions
2 parents 1a3399b + 1a6b03c commit bdf9c05

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

identify/extensions.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@
121121
'ino': {'text', 'ino', 'c++'},
122122
'inx': {'text', 'xml', 'inx'},
123123
'ipynb': {'text', 'jupyter', 'json'},
124+
'ipp': {'text', 'c++'},
124125
'ixx': {'text', 'c++'},
125126
'j2': {'text', 'jinja'},
126127
'jade': {'text', 'jade'},
@@ -264,6 +265,7 @@
264265
'thrift': {'text', 'thrift'},
265266
'tiff': {'binary', 'image', 'tiff'},
266267
'toml': {'text', 'toml'},
268+
'tpp': {'text', 'c++'},
267269
'ts': {'text', 'ts'},
268270
'tsv': {'text', 'tsv'},
269271
'tsx': {'text', 'tsx'},

0 commit comments

Comments
 (0)