Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 022eef4

Browse files
Add Template to HtmlTags.json
Added <template> with attrib of "content".
1 parent ed1617f commit 022eef4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/extensions/default/HTMLCodeHints/HtmlTags.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@
102102
"table": { "attributes": ["border"] },
103103
"tbody": { "attributes": [] },
104104
"td": { "attributes": ["colspan", "headers", "rowspan"] },
105+
"template": { "attributes": ["content"] },
105106
"textarea": { "attributes": ["autofocus", "cols", "dirname", "disabled", "form", "label", "maxlength", "name", "placeholder", "readonly", "required", "rows", "wrap"] },
106107
"tfoot": { "attributes": [] },
107108
"th": { "attributes": ["colspan", "headers", "rowspan", "scope"] },

0 commit comments

Comments
 (0)