From 1a6b03cde137b43d4aa6bfd5ea80a762b923efa0 Mon Sep 17 00:00:00 2001 From: Rob Bresseleers Date: Wed, 6 Aug 2025 11:56:09 +0200 Subject: [PATCH] Added C++ 'ipp' and 'tpp' file extensions --- identify/extensions.py | 2 ++ 1 file changed, 2 insertions(+) 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'},