tina
tina copied to clipboard
Atom 编辑能支持高亮语法吗?
楼下有人提到vsCode。但我比较喜欢atom。
现在还没有 Atom 的插件,只能借 language-vue-component 支持。但这个插件相比 VSCode 的 Vetur 而言扩展性没那么强,所以 <config> 区块的内容还没有办法高亮。
可以支持atom高亮,前提你下载了language-vue插件,然后打开atom的用户设置,在core下面加一下配置
customFileTypes: "text.html.vue": [ 'mina' ]
@Hezhong123