mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
25 lines
540 B
JSON
25 lines
540 B
JSON
{
|
|
"tags": {
|
|
"html": {
|
|
"attributes": {
|
|
"html-doctype": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
},
|
|
"html-doctype": {
|
|
"attributes": {
|
|
"value": {
|
|
"type": "custom"
|
|
}
|
|
},
|
|
"node-class": "./DocTypeNode"
|
|
},
|
|
"*": {
|
|
"transformer": "./html-tag-transformer"
|
|
},
|
|
"html-comment": {
|
|
"renderer": "./CommentTag"
|
|
}
|
|
}
|
|
} |