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

Commit

Permalink
Merge pull request #11486 from verballyinsane/patch-1
Browse files Browse the repository at this point in the history
Add <template> to HtmlTags.json
  • Loading branch information
abose committed Oct 4, 2015
2 parents 776a830 + 022eef4 commit be50533
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/extensions/default/HTMLCodeHints/HtmlTags.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
"table": { "attributes": ["border"] },
"tbody": { "attributes": [] },
"td": { "attributes": ["colspan", "headers", "rowspan"] },
"template": { "attributes": ["content"] },
"textarea": { "attributes": ["autofocus", "cols", "dirname", "disabled", "form", "label", "maxlength", "name", "placeholder", "readonly", "required", "rows", "wrap"] },
"tfoot": { "attributes": [] },
"th": { "attributes": ["colspan", "headers", "rowspan", "scope"] },
Expand Down

0 comments on commit be50533

Please sign in to comment.