7ute / symbols-list

An alternate symbol list sidebar for Atom.io text editor
GNU General Public License v3.0
32 stars 24 forks source link

Support for css.tss #37

Closed m1ga closed 7 years ago

m1ga commented 7 years ago

Adding basic support for Appcelerator Titanium tss files (source css.tss). I've put it in the css section because the source is css.tss and it will stop at css while parsing the scanRegex

tss

It is a CSS like syntax with "name": {}, ".name": {} or "#name": {}

mbuc82 commented 7 years ago

Hello @m1ga ,

would you please also provide a tss.css test file, that the functionality can be reviewed properly?

Thanks in advance!

m1ga commented 7 years ago

of course. Sorry about that. A demo file is here: https://gist.github.com/m1ga/b2c095e4cf3871c461ac0a1e17404764

This package will recognize the file type as Alloy (Tss): https://atom.io/packages/titanium-alloy

mbuc82 commented 7 years ago

Hello @m1ga ,

thanks a lot for your contribution, it works very well! I'll add the testfile as well.

Best regards