Skip to content

Commit 1113c24

Browse files
committed
Indent add main and dialog
1 parent 6f297f9 commit 1113c24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

indent/html.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,8 @@ call s:AddITags(s:indent_tags, [
229229
" New HTML5 elements:
230230
call s:AddITags(s:indent_tags, [
231231
\ 'area', 'article', 'aside', 'audio', 'bdi', 'canvas',
232-
\ 'command', 'data', 'datalist', 'details', 'embed', 'figcaption',
233-
\ 'figure', 'footer', 'header', 'keygen', 'mark', 'meter', 'nav', 'output',
232+
\ 'command', 'data', 'datalist', 'details', 'dislog', 'embed', 'figcaption',
233+
\ 'figure', 'footer', 'header', 'keygen', 'main', 'mark', 'meter', 'nav', 'output',
234234
\ 'progress', 'rp', 'rt', 'ruby', 'section', 'source', 'summary', 'svg',
235235
\ 'time', 'track', 'video', 'wbr'])
236236

0 commit comments

Comments
 (0)