diff --git a/src/core-tags/html/marko.json b/src/core-tags/html/marko.json
index dc1b3487a..68515d4b8 100644
--- a/src/core-tags/html/marko.json
+++ b/src/core-tags/html/marko.json
@@ -1,21 +1,20 @@
{
"taglib-id": "marko-html",
"": {
+ "@download": "#html-download",
"@href": "#html-href",
"@hreflang": "#html-hreflang",
"@media": "#html-media",
+ "@ping": "#html-ping",
+ "@referrerpolicy": "#html-referrerpolicy",
"@rel": "#html-rel",
"@target": "#html-target",
- "@type": "#html-type",
"html": true,
"autocomplete": [
{},
{
"displayText": "a href=\"\"",
- "snippet": "a href=\"${1:#}\""
- },
- {
- "snippet": "a name=\"${1:name}\""
+ "snippet": "a href=\"${1:https://}\""
},
{
"displayText": "a href=\"mailto:\"",
@@ -41,22 +40,25 @@
"": {
"@alt": "#html-alt",
"@coords": "#html-coords",
+ "@download": "#html-download",
"@href": "#html-href",
"@hreflang": "#html-hreflang",
"@media": "#html-media",
+ "@ping": "#html-ping",
+ "@referrerpolicy": "#html-referrerpolicy",
"@rel": "#html-rel",
"@shape": "#html-shape",
"@target": "#html-target",
- "@type": "#html-type",
"html": true,
"autocomplete": [
{},
{
"displayText": "area shape=\"\" coords=\"\" href=\"\"",
- "snippet": "area ${1:shape=\"${2:default}\"} coords=\"$3\" ${4:href=\"${5:#}\"}"
+ "snippet": "area ${1:shape=\"${2:default}\"} coords=\"$3\" ${4:href=\"${5:https://}\"}"
}
],
- "attribute-groups": ["html-attributes"]
+ "attribute-groups": ["html-attributes"],
+ "open-tag-only": true
},
"": {
"html": true,
@@ -69,8 +71,9 @@
"