marko/taglibs/html/marko-taglib.json
Patrick Steele-Idem 36a51b05bb Renamed to marko
2014-09-18 18:02:41 -06:00

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"
}
}
}