vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
1.in
(280B)
1 <table>
2 <thead>
3 <th>
4 <th id="first_name">First Name</th>
5 <th id="last_name">Last Name</th>
6 <th id="address">Address</th>
7 <th id="city">City</th>
8 <th id="state">State</th>
9 <th id="zip_postal">Zip</th>
10 <th id="country">Country</th>
11 <th id="phone">Phone</th>
12 </th>
13 </thead>
14 </table>