Skip to content

Commit db8b6cb

Browse files
committed
Add .ipxe extension
1 parent 9e78792 commit db8b6cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

identify/extensions.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,9 @@
120120
'inl': {'text', 'inl', 'c++'},
121121
'ino': {'text', 'ino', 'c++'},
122122
'inx': {'text', 'xml', 'inx'},
123-
'ipynb': {'text', 'jupyter', 'json'},
124123
'ipp': {'text', 'c++'},
124+
'ipxe': {'text', 'ipxe'},
125+
'ipynb': {'text', 'jupyter', 'json'},
125126
'ixx': {'text', 'c++'},
126127
'j2': {'text', 'jinja'},
127128
'jade': {'text', 'jade'},

0 commit comments

Comments
 (0)