diff --git a/identify/extensions.py b/identify/extensions.py index d34dfe7..7d17d16 100644 --- a/identify/extensions.py +++ b/identify/extensions.py @@ -121,6 +121,7 @@ 'ino': {'text', 'ino', 'c++'}, 'inx': {'text', 'xml', 'inx'}, 'ipynb': {'text', 'jupyter', 'json'}, + 'ipp': {'text', 'c++'}, 'ixx': {'text', 'c++'}, 'j2': {'text', 'jinja'}, 'jade': {'text', 'jade'}, @@ -264,6 +265,7 @@ 'thrift': {'text', 'thrift'}, 'tiff': {'binary', 'image', 'tiff'}, 'toml': {'text', 'toml'}, + 'tpp': {'text', 'c++'}, 'ts': {'text', 'ts'}, 'tsv': {'text', 'tsv'}, 'tsx': {'text', 'tsx'},