From 492d2ad31c5368b04bd59f5e1d610f64ae0e9e1b Mon Sep 17 00:00:00 2001 From: Alexandru Bucur Date: Tue, 16 May 2017 11:52:30 +0300 Subject: [PATCH] Replace the Visual Studio link to point to Vetur It has better syntax highlight and auto-complete. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e55b78c..cfeb062 100644 --- a/README.md +++ b/README.md @@ -319,7 +319,7 @@ compiler.compile(fileContent, filePath, function (err, result) { ## Syntax Highlighting -Currently there are syntax highlighting support for [Sublime Text](https://github.com/vuejs/vue-syntax-highlight), [Atom](https://atom.io/packages/language-vue), [Vim](https://github.com/posva/vim-vue), [Visual Studio Code](https://marketplace.visualstudio.com/items/liuji-jim.vue) and [Brackets](https://github.com/pandao/brackets-vue). Contributions for other editors/IDEs are highly appreciated! If you are not using any pre-processors in Vue components, you can also get by by treating `*.vue` files as HTML in your editor. +Currently there are syntax highlighting support for [Sublime Text](https://github.com/vuejs/vue-syntax-highlight), [Atom](https://atom.io/packages/language-vue), [Vim](https://github.com/posva/vim-vue), [Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=octref.vetur) and [Brackets](https://github.com/pandao/brackets-vue). Contributions for other editors/IDEs are highly appreciated! If you are not using any pre-processors in Vue components, you can also get by by treating `*.vue` files as HTML in your editor. ## Changelog