We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f297f9 commit 1113c24Copy full SHA for 1113c24
indent/html.vim
@@ -229,8 +229,8 @@ call s:AddITags(s:indent_tags, [
229
" New HTML5 elements:
230
call s:AddITags(s:indent_tags, [
231
\ 'area', 'article', 'aside', 'audio', 'bdi', 'canvas',
232
- \ 'command', 'data', 'datalist', 'details', 'embed', 'figcaption',
233
- \ 'figure', 'footer', 'header', 'keygen', 'mark', 'meter', 'nav', 'output',
+ \ 'command', 'data', 'datalist', 'details', 'dislog', 'embed', 'figcaption',
+ \ 'figure', 'footer', 'header', 'keygen', 'main', 'mark', 'meter', 'nav', 'output',
234
\ 'progress', 'rp', 'rt', 'ruby', 'section', 'source', 'summary', 'svg',
235
\ 'time', 'track', 'video', 'wbr'])
236
0 commit comments