Skip to content

Commit

Permalink
Remove duplicated text (#467)
Browse files Browse the repository at this point in the history
**Syntax Highlighting** is already covered [here](https://vue-loader.vuejs.org/en/start/spec.html) (and is updated).
  • Loading branch information
whoan authored and kazupon committed Jan 5, 2017
1 parent 25fd27f commit 754772f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/en/start/setup.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# Setting Up a Project

### Syntax Highlighting

First thing first, you will probably want proper syntax highlighting for `*.vue` components. Currently there are syntax highlighting support for [Sublime Text](https://github.com/vuejs/vue-syntax-highlight), [Atom](https://atom.io/packages/language-vue), [Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=seanwash.vue) and [Vim](https://github.com/posva/vim-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.

### Using `vue-cli`

It's recommended to scaffold a project using `vue-loader` with `vue-cli`:
Expand Down

0 comments on commit 754772f

Please sign in to comment.