From 90b24287deb9da69a8079599b8525e2be412f7f2 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Tue, 12 Aug 2014 23:45:36 +0200 Subject: Update --- indent/html.vim | 2 ++ 1 file changed, 2 insertions(+) (limited to 'indent/html.vim') 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') -- cgit v1.2.3