Skip to content

Commit ee9a8dc

Browse files
authored
Merge pull request #209 from gotcha/patch-1
Added Zope pt, zpt and zcml
2 parents db11ef2 + 1a01df4 commit ee9a8dc

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
@@ -220,8 +220,10 @@
220220
'yang': {'text', 'yang'},
221221
'yin': {'text', 'xml', 'yin'},
222222
'yml': {'text', 'yaml'},
223+
'zcml': {'text', 'xml', 'zcml'},
223224
'zig': {'text', 'zig'},
224225
'zip': {'binary', 'zip'},
226+
'zpt': {'text', 'zpt'},
225227
'zsh': {'text', 'shell', 'zsh'},
226228
}
227229
EXTENSIONS_NEED_BINARY_CHECK = {

0 commit comments

Comments
 (0)