{
????"HTML?Snippets":?{
????????"prefix":?"htmr",
????????"body":?[
??????????"<!DOCTYPE?html>",
??????????"<html>",
??????????"\t<head>",
??????????"\t\t<meta?charset=\"UTF-8\"?/>",
??????????"\t\t<meta?name=\"viewport\"?content=\"width=device-width,?initial-scale=1.0,maximum-scale=1.0,?user-scalable=0\"?/>",
??????????"\t\t<meta?http-equiv='X-UA-Compatible'?content='ie=edge'>",
??????????"\t\t<title>Document</title>",
??????????"\t\t<link?rel='stylesheet'?href='$1'>",
??????????"\t\t<script?src='$2'></script>",
??????????"\t</head>",
??????????"\t<body>",
??????????"\t\t$0",
??????????"\t</body>",
??????????"</html>"
????????],
????????"description":?"HTML?Template"
????}
}