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

Language CSS / SCSS #22

Closed neolao closed 7 years ago

neolao commented 8 years ago

I tried with a CSS file, it does not display anything.

Also, it would be great to support SCSS too.

7ute commented 8 years ago

Actually, as the CSS markup isn't hierarchical, or structured, it's a bit hard to choose symbols. However, you can use Panic's Coda labeled comments ( comment with an exclamation mark ) to put your own symbols in stylesheets : /* ! This is a label comment */

Of course, SCSS and LESS can be great. I'll add it to my TODO.

Albertc commented 7 years ago

How is that? Is going to be possible someday.

It seems that now is not working

Thanks

7ute commented 7 years ago

It's working on SCSS and CSS. If not, could you provide a test case? Thanks :)