Tagged Questions
0
votes
0answers
128 views
Textmate 2: how do I style HTML class attribute names?
My Goal/Question
In Textmate 2, how do I style the appearance of class attribute names within HTML elements? E.g. <div class="value">…</div> (value being the target for styling.)
...