UNPKG

recoder-code

Version:

🚀 AI-powered development platform - Chat with 32+ models, build projects, automate workflows. Free models included!

16 lines • 345 B
export default { "<" : "<", //tag start ">" : ">", //tag end "/" : "/", //close tag "!" : "!", //comment or docttype "!--" : "!--", //comment "-->" : "-->", //comment end "?" : "?", //pi "?>" : "?>", //pi end "?xml" : "?xml", //pi end "![" : "![", //cdata "]]>" : "]]>", //cdata end "[" : "[", "-" : "-", "D" : "D", }