tina icon indicating copy to clipboard operation
tina copied to clipboard

Atom 编辑能支持高亮语法吗?

Open Hezhong123 opened this issue 7 years ago • 2 comments

楼下有人提到vsCode。但我比较喜欢atom。

Hezhong123 avatar Oct 31 '18 08:10 Hezhong123

现在还没有 Atom 的插件,只能借 language-vue-component 支持。但这个插件相比 VSCode 的 Vetur 而言扩展性没那么强,所以 <config> 区块的内容还没有办法高亮。

imyelo avatar Oct 31 '18 08:10 imyelo

可以支持atom高亮,前提你下载了language-vue插件,然后打开atom的用户设置,在core下面加一下配置

customFileTypes: "text.html.vue": [ 'mina' ]

@Hezhong123

jsGood avatar Mar 05 '19 03:03 jsGood