Skip to content

Commit 1a01df4

Browse files
committed
Added Zope pt, zpt and zcml
1 parent 6443336 commit 1a01df4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

identify/extensions.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,10 @@
218218
'yang': {'text', 'yang'},
219219
'yin': {'text', 'xml', 'yin'},
220220
'yml': {'text', 'yaml'},
221+
'zcml': {'text', 'xml', 'zcml'},
221222
'zig': {'text', 'zig'},
222223
'zip': {'binary', 'zip'},
224+
'zpt': {'text', 'zpt'},
223225
'zsh': {'text', 'shell', 'zsh'},
224226
}
225227
EXTENSIONS_NEED_BINARY_CHECK = {

0 commit comments

Comments
 (0)