我正在使用VS Code Editor
。
在:
代码 - >偏好 - >用户设置
我想添加Handlebars。在数组中我添加了“hbs”
"beautify.language": {
"js": {
"type": [enter code here
"javascript",
"json"
],
"filename": [
".jshintrc",
".jsbeautify"
]
},
"css": [
"css",
"scss"
],
"html": [
"htm",
"html",
"hbs"
]
}
}
但它不起作用,我怎样才能设置hbs语言来美化?