在VS代码中添加语言

时间:2017-10-02 01:22:20

标签: visual-studio-code

我正在使用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语言来美化?

0 个答案:

没有答案