Mercurial > vim
annotate runtime/indent/testdir/html.ok @ 17753:47f896748fba
Added tag v8.1.1873 for changeset 6e11a5cb1533c649e952942428e3711e0879d160
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 17 Aug 2019 18:00:03 +0200 |
parents | bd7461db24b3 |
children | 59f93c2d2551 |
rev | line source |
---|---|
15131 | 1 " vim: set ft=html sw=4 : |
2 | |
3 | |
4 " START_INDENT | |
5 <div> | |
6 <div> | |
7 text | |
8 </div> | |
9 </div> | |
10 | |
11 <div | |
16086 | 12 class="foo bar"> |
15131 | 13 text |
14 </div> | |
15 | |
16 <div class="foo bar" | |
16086 | 17 data="something"> |
15131 | 18 text |
19 </div> | |
20 | |
21 <div class="foo | |
16086 | 22 bar"> |
15131 | 23 text |
24 </div> | |
25 | |
26 " END_INDENT |