In the file browser different file types have different icons. My .scss files have their own icons, as do my .php files, for example.
But my .less files have a generic icon.
Where are those icons defined? How do I go about adding an icon for my .less files?
Bob
-- View this message in context: http://textmate.1073791.n5.nabble.com/File-Icons-in-File-Browser-tp26135.htm... Sent from the textmate users mailing list archive at Nabble.com.
On Jan 30, 2013, at 10:53 PM, bobrocke bob@bobrockefeller.com wrote:
In the file browser different file types have different icons […] Where are those icons defined? How do I go about adding an icon for my .less files?
We have a set of custom icons inside TM and a bindings file that you can find here: https://github.com/textmate/textmate/blob/master/Frameworks/OakAppKit/icons/...
Currently the only way to add bindings is to send us a pull request.
Thanks. If I add .less to the bindings .plist file, will textMate pick that up automatically, or does it need to be recompiled to see the change?
Bob
-- View this message in context: http://textmate.1073791.n5.nabble.com/File-Icons-in-File-Browser-tp26135p261... Sent from the textmate users mailing list archive at Nabble.com.
Never mind, I answered my own question by just trying it. No need to recompile. I'll submit in a pull request for just that tiny change.
Bob
-- View this message in context: http://textmate.1073791.n5.nabble.com/File-Icons-in-File-Browser-tp26135p261... Sent from the textmate users mailing list archive at Nabble.com.