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

Commit be50533

Browse files
committed
Merge pull request #11486 from verballyinsane/patch-1
Add <template> to HtmlTags.json
2 parents 776a830 + 022eef4 commit be50533

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)