diff options
| author | Adam Stankiewicz <sheerun@sher.pl> | 2013-12-13 01:37:01 +0100 | 
|---|---|---|
| committer | Adam Stankiewicz <sheerun@sher.pl> | 2013-12-13 01:37:01 +0100 | 
| commit | edd5ee63e66d9ef166034d9ac5bed132f501ecb9 (patch) | |
| tree | fba293d90821eea5e067c7b5eea3526df0f26254 /indent/html.vim | |
| parent | 8a255002df1f6d02ef7ca9503be1a7d7234acef8 (diff) | |
| download | vim-polyglot-edd5ee63e66d9ef166034d9ac5bed132f501ecb9.tar.gz vim-polyglot-edd5ee63e66d9ef166034d9ac5bed132f501ecb9.zip | |
Updatev1.4.2
Diffstat (limited to 'indent/html.vim')
| -rw-r--r-- | indent/html.vim | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/indent/html.vim b/indent/html.vim index 466c6bd8..1c34cf68 100644 --- a/indent/html.vim +++ b/indent/html.vim @@ -130,12 +130,14 @@ call add(s:tags, 'rt')  call add(s:tags, 'ruby')  call add(s:tags, 'section')  call add(s:tags, 'summary') -call add(s:tags, 'template')  call add(s:tags, 'time')  call add(s:tags, 'video')  call add(s:tags, 'bdi')  call add(s:tags, 'data') +" Web Component +call add(s:tags, 'template') +  " Common inline used SVG elements  call add(s:tags, 'clipPath')  call add(s:tags, 'defs') | 
