From db8b6cb88c39b03e7662b16ac9aaea396d934934 Mon Sep 17 00:00:00 2001 From: Roxedus Date: Wed, 31 Dec 2025 00:20:29 +0100 Subject: [PATCH] Add .ipxe extension --- identify/extensions.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/identify/extensions.py b/identify/extensions.py index 5d49d87..e79ebcc 100644 --- a/identify/extensions.py +++ b/identify/extensions.py @@ -120,8 +120,9 @@ 'inl': {'text', 'inl', 'c++'}, 'ino': {'text', 'ino', 'c++'}, 'inx': {'text', 'xml', 'inx'}, - 'ipynb': {'text', 'jupyter', 'json'}, 'ipp': {'text', 'c++'}, + 'ipxe': {'text', 'ipxe'}, + 'ipynb': {'text', 'jupyter', 'json'}, 'ixx': {'text', 'c++'}, 'j2': {'text', 'jinja'}, 'jade': {'text', 'jade'},