aboutsummaryrefslogtreecommitdiff
path: root/runtime/indent
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2016-10-08 17:07:20 +0200
committerJustin M. Keyes <justinkz@gmail.com>2016-10-08 17:17:43 +0200
commit19840728228f66c7f2af88dfc4bcecc26ffa064b (patch)
tree1b86d1d337ec9a97908d4b8bf3d48f4c439e54a6 /runtime/indent
parent31f6334aa8f8093ddfd2fd3ecf9fc438ad62a792 (diff)
parent7bc86b2bbc6800bc47a981ce86c906259020aa70 (diff)
downloadrneovim-19840728228f66c7f2af88dfc4bcecc26ffa064b.tar.gz
rneovim-19840728228f66c7f2af88dfc4bcecc26ffa064b.tar.bz2
rneovim-19840728228f66c7f2af88dfc4bcecc26ffa064b.zip
Merge #5428 'vim-patch: 0c1ff16, 939a1ab, 8067a64'.
Diffstat (limited to 'runtime/indent')
-rw-r--r--runtime/indent/html.vim12
1 files changed, 6 insertions, 6 deletions
diff --git a/runtime/indent/html.vim b/runtime/indent/html.vim
index 8aaf82e21f..828bc3120b 100644
--- a/runtime/indent/html.vim
+++ b/runtime/indent/html.vim
@@ -2,7 +2,7 @@
" Header: "{{{
" Maintainer: Bram Moolenaar
" Original Author: Andy Wokula <anwoku@yahoo.de>
-" Last Change: 2015 Sep 25
+" Last Change: 2016 Mar 30
" Version: 1.0
" Description: HTML indent script with cached state for faster indenting on a
" range of lines.
@@ -240,13 +240,13 @@ call s:AddITags(s:indent_tags, [
\ 'sup', 'table', 'textarea', 'title', 'tt', 'u', 'ul', 'var', 'th', 'td',
\ 'tr', 'tbody', 'tfoot', 'thead'])
-" Tags added 2011 Sep 09 (especially HTML5 tags):
+" New HTML5 elements:
call s:AddITags(s:indent_tags, [
\ 'area', 'article', 'aside', 'audio', 'bdi', 'canvas',
- \ 'command', 'datalist', 'details', 'embed', 'figure', 'footer',
- \ 'header', 'group', 'keygen', 'mark', 'math', 'meter', 'nav', 'output',
- \ 'progress', 'ruby', 'section', 'svg', 'texture', 'time', 'video',
- \ 'wbr', 'text'])
+ \ 'command', 'data', 'datalist', 'details', 'embed', 'figcaption',
+ \ 'figure', 'footer', 'header', 'keygen', 'mark', 'meter', 'nav', 'output',
+ \ 'progress', 'rp', 'rt', 'ruby', 'section', 'source', 'summary', 'svg',
+ \ 'time', 'track', 'video', 'wbr'])
" Tags added for web components:
call s:AddITags(s:indent_tags, [