diff options
Diffstat (limited to 'indent/html.vim')
-rw-r--r-- | indent/html.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indent/html.vim b/indent/html.vim index ab8a72fa..cbd324bc 100644 --- a/indent/html.vim +++ b/indent/html.vim @@ -61,6 +61,8 @@ call add(s:tags, 'dfn') call add(s:tags, 'dir') call add(s:tags, 'div') call add(s:tags, 'dl') +call add(s:tags, 'dt') +call add(s:tags, 'dd') call add(s:tags, 'em') call add(s:tags, 'fieldset') call add(s:tags, 'font') |