diff options
| author | Adam Stankiewicz <sheerun@sher.pl> | 2014-12-09 23:09:20 +0100 | 
|---|---|---|
| committer | Adam Stankiewicz <sheerun@sher.pl> | 2014-12-09 23:09:20 +0100 | 
| commit | 4071c094c69ba8ef716f8048cac8415fc7d96e26 (patch) | |
| tree | ccf17bae58ed7655d62a7bce6104f31480976dc6 /indent/html.vim | |
| parent | 617b01a5b6aa3cadb25b2ff8639e330cfc6cf3c1 (diff) | |
| download | vim-polyglot-4071c094c69ba8ef716f8048cac8415fc7d96e26.tar.gz vim-polyglot-4071c094c69ba8ef716f8048cac8415fc7d96e26.zip | |
Updatev1.10.4
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 769f6318..c8fe18e0 100644 --- a/indent/html.vim +++ b/indent/html.vim @@ -127,10 +127,12 @@ call add(s:tags, 'meter')  call add(s:tags, 'nav')  call add(s:tags, 'output')  call add(s:tags, 'progress') +call add(s:tags, 'picture')  call add(s:tags, 'rp')  call add(s:tags, 'rt')  call add(s:tags, 'ruby')  call add(s:tags, 'section') +call add(s:tags, 'source')  call add(s:tags, 'summary')  call add(s:tags, 'time')  call add(s:tags, 'video') | 
