From edd5ee63e66d9ef166034d9ac5bed132f501ecb9 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Fri, 13 Dec 2013 01:37:01 +0100 Subject: Update --- indent/html.vim | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'indent/html.vim') 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') -- cgit v1.2.3