From 884f1c1ff64c7bd0c3c6c183a4edca6ec4b04efa Mon Sep 17 00:00:00 2001 From: Yunsong Wang Date: Wed, 26 Jan 2022 11:33:07 -0500 Subject: [PATCH] Add inl extension --- identify/extensions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/identify/extensions.py b/identify/extensions.py index 64232e4..b5b9293 100644 --- a/identify/extensions.py +++ b/identify/extensions.py @@ -80,6 +80,7 @@ 'idr': {'text', 'idris'}, 'inc': {'text', 'inc'}, 'ini': {'text', 'ini'}, + 'inl': {'text', 'inl', 'c++'}, 'ino': {'text', 'ino', 'c++'}, 'inx': {'text', 'xml', 'inx'}, 'ipynb': {'text', 'jupyter'},