diff options
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') |