condemil / gist

Sublime Text plugin for creating new Gists from selected text
MIT License
725 stars 136 forks source link

modified allowed file formats #126

Closed shapov closed 10 years ago

shapov commented 10 years ago

improves on the fix for #105 without raising #92

this fix prevents binary types such as images from being opened. Only opens files of type text/* and application/* Handling files of type application/* is necessary to open javascript, xml, etc...