本文主要是介绍sublime 快捷输入volist等标签(自定义emment),希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
打开路径:
输入下述内容
文字:
{
// Custom snippets definitions, as per https://github.com/emmetio/emmet/blob/master/snippets.json
"snippets": {
"html": {
"abbreviations": {
"vo" : "<volist name=\"list\" id=\"vo\"></volist>",
"voo": "<volist name=\"list\" id=\"vo\" offset=\"\"></volist>",
"if" : "<if condition=\"\"></if>",
"in" : "<include file=''>",
"eq" : "<eq name=\"mod\" value=\"\"></eq>",
}
},
},
}
// Custom snippets definitions, as per https://github.com/emmetio/emmet/blob/master/snippets.json
"snippets": {
"html": {
"abbreviations": {
"vo" : "<volist name=\"list\" id=\"vo\"></volist>",
"voo": "<volist name=\"list\" id=\"vo\" offset=\"\"></volist>",
"if" : "<if condition=\"\"></if>",
"in" : "<include file=''>",
"eq" : "<eq name=\"mod\" value=\"\"></eq>",
}
},
},
}
这篇关于sublime 快捷输入volist等标签(自定义emment)的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!