From 7e6b5418212f382255b890d51eabc86beacf778b 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/identify/extensions.py b/identify/extensions.py index 5d49d87..4740b3b 100644 --- a/identify/extensions.py +++ b/identify/extensions.py @@ -122,6 +122,7 @@ 'inx': {'text', 'xml', 'inx'}, 'ipynb': {'text', 'jupyter', 'json'}, 'ipp': {'text', 'c++'}, + 'ipxe': {'text', 'ipxe'}, 'ixx': {'text', 'c++'}, 'j2': {'text', 'jinja'}, 'jade': {'text', 'jade'},