Skip to content

Commit d34fd8a

Browse files
wjtasottile
authored andcommitted
Add .piskel extension
Piskel is a browser-based sprite editor. Its file format is JSON-based (though the JSON contains base64-encoded PNG data). Recognise the .piskel extension and identify it analogously to .svg: it is text, image, json and piskel. https://github.com/piskelapp/piskel http://justsolve.archiveteam.org/wiki/Piskel_canvas
1 parent 729b41e commit d34fd8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

identify/extensions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@
194194
'php4': {'text', 'php'},
195195
'php5': {'text', 'php'},
196196
'phtml': {'text', 'php'},
197+
'piskel': {'text', 'piskel', 'json'},
197198
'pl': {'text', 'perl'},
198199
'plantuml': {'text', 'plantuml'},
199200
'pm': {'text', 'perl'},

0 commit comments

Comments
 (0)