0
votes
0answers
125 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.) ...
5
votes
4answers
2k views

Can Textmate nicely indent HTML?

Does Textmate have a function to nicely indent HTML? HTML Tidy indents it - but it seems to delete tags as well. (This isn't completely proper HTML, but still!) <html ...