{
"html":{
"prefix": "html",
"body": [
"<!DOCTYPE html>",
"<html lang='en'>",
"<head>",
"<meta charset='UTF-8'>",
"<link rel='stylesheet' type='text/css' href=' '>",
"<title>",
"</title>",
"</head>",
"<body>",
"</body>",
"</html>",
],
"description": "html"
}
}
{
"css-doodle": {
"prefix": "css-doodle",
"body":[
"<script src='https://unpkg.com/[email protected]/css-doodle.min.js'></script>",
"<css-doodle>",
"content" ,
"</css-doodle>",
],
"description": "doodle",
}
}
so above are the two snippets of html. But the latter one of css-doodle isnt working. Is there some mistake in the code or a specific way separate the two?