I just stumbled across the "Code Collapse for Code" feature while working on some silly long HTML and it's great! Seems like it's missing some common container tags though. I noticed these:
The ones that are enabled for HTML are the following: 'script', 'style', 'head', 'body', 'div', 'table', 'ul', 'ol'.
We decided these would suffice for the beginning, besides adding too much keywords for code collapse, might slow things down.
Thanks Gatis. Totally makes sense to just pick the common ones and keep speed up. I know DLs aren't very common though I use them a lot. I'd nominate Form for sure though. That would cover selects at the same time since selects are often 100 lines of code when you get to things like country/state or whatevers. Those are pretty infrequent but forms...
it's really the only tag that relates a header and it's children. makes it easier to create and maintain semantic listings.th and td represent a similar relationship but come with a bunch of extra semantic baggage and the dl/dt/dd combo is infinitely more stylable. My own semantics nerd stuff aside, that last reason is why they've grown in popularity.