ivogabe / Brackets-Icons

File icons in Brackets' file tree
251 stars 59 forks source link

Lots of Sublime Text file type icons #52

Closed ghost closed 9 years ago

ghost commented 9 years ago

OK. You might wonder, "why doesn't he just create his extension?". Well I could, but, I don't want to override your stuff.


LaTeX

Can you add:

addIcon('tex', 'ion-document-text', '#960000');
addAlias('bib', 'tex');
addAlias('sty', 'tex');

Singular Types

Can you add:

addIcon('applescript', 'ion-social-apple', '#afafaf');
addIcon('textile', 'ion-quote', '#960000');
addIcon('matlab', 'ion-clipboard', '#960000');
addIcon('lisp', 'ion-ios-paperplane', '#960000');
addIcon('xsl', 'ion-code', '#960000');
addIcon('tcl', 'ion-code', '#960000');
addIcon('rst', 'ion-ios-paper', '#960000');
addIcon('re', 'ion-ios-barcode-outline', '#960000');
addIcon('d', 'ion-contrast', '#960000');
addIcon('r', 'ion-ios-analytics', '#960000');
ivogabe commented 9 years ago

Can you create a pull request?

ghost commented 9 years ago

I don't know how to. If you tell me, I'll try.

ivogabe commented 9 years ago

https://help.github.com/articles/fork-a-repo/

ivogabe commented 9 years ago

Do you see a chance creating a pull request? Or shall I add them?

timbuktuuu commented 9 years ago

Look at PR #66

ivogabe commented 9 years ago

Merged #66