From 5dfc8001e22dabd6d6549242830eb73d8402fdf6 Mon Sep 17 00:00:00 2001 From: steovd <126480839+steovd@users.noreply.github.com> Date: Thu, 27 Aug 2026 21:33:30 +0000 Subject: [PATCH] Identify `.profile` as shell script --- identify/extensions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/identify/extensions.py b/identify/extensions.py index f877350..079ed76 100644 --- a/identify/extensions.py +++ b/identify/extensions.py @@ -376,6 +376,7 @@ '.npmignore': {'text', 'npmignore'}, '.pdbrc': EXTENSIONS['py'] | {'pdbrc'}, '.prettierignore': {'text', 'gitignore', 'prettierignore'}, + '.profile': EXTENSIONS['sh'], '.pypirc': EXTENSIONS['ini'] | {'pypirc'}, '.rstcheck.cfg': EXTENSIONS['ini'], '.salt-lint': EXTENSIONS['yaml'] | {'salt-lint'},