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

Commit 6ca0047

Browse files
committed
Merge pull request #8020 from coliff/patch-1
Update HtmlTags.json
2 parents b1e2e15 + f6ca5fc commit 6ca0047

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/extensions/default/HTMLCodeHints/HtmlTags.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
"legend": { "attributes": [] },
6666
"li": { "attributes": ["value"] },
6767
"link": { "attributes": ["disabled", "href", "hreflang", "media", "rel", "sizes", "type"] },
68+
"main": { "attributes": [] },
6869
"map": { "attributes": ["name"] },
6970
"mark": { "attributes": [] },
7071
"marquee": { "attributes": ["align", "behavior", "bgcolor", "direction", "height", "hspace", "loop", "scrollamount", "scrolldelay", "truespeed", "vspace", "width"] },
@@ -114,4 +115,4 @@
114115
"var": { "attributes": [] },
115116
"video": { "attributes": ["autoplay", "controls", "height", "loop", "mediagroup", "muted", "poster", "preload", "src", "width"] },
116117
"wbr": { "attributes": [] }
117-
}
118+
}

0 commit comments

Comments
 (0)