textmate / css.tmbundle

TextMate support for CSS
54 stars 36 forks source link

[Suggestion] Improve visibility of @media etc. in symbol list #37

Open elosha opened 2 years ago

elosha commented 2 years ago

It would be cool if in the symbols list, keywords like @media etc. could be highlighted (i.e. bold), reverse-indented or contrasted in another way.

This would vastly improve overview when working on huge CSS files that contain large blocks of repeated statements, which just are separated by media queries.

Adopting code idention alone doesn't always work because it relies on correct indention, which often isn't the case.