We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a3399b commit 1a6b03cCopy full SHA for 1a6b03c
identify/extensions.py
@@ -121,6 +121,7 @@
121
'ino': {'text', 'ino', 'c++'},
122
'inx': {'text', 'xml', 'inx'},
123
'ipynb': {'text', 'jupyter', 'json'},
124
+ 'ipp': {'text', 'c++'},
125
'ixx': {'text', 'c++'},
126
'j2': {'text', 'jinja'},
127
'jade': {'text', 'jade'},
@@ -264,6 +265,7 @@
264
265
'thrift': {'text', 'thrift'},
266
'tiff': {'binary', 'image', 'tiff'},
267
'toml': {'text', 'toml'},
268
+ 'tpp': {'text', 'c++'},
269
'ts': {'text', 'ts'},
270
'tsv': {'text', 'tsv'},
271
'tsx': {'text', 'tsx'},
0 commit comments