Skip to content

Commit 754772f

Browse files
whoankazupon
authored andcommitted
Remove duplicated text (#467)
**Syntax Highlighting** is already covered [here](https://vue-loader.vuejs.org/en/start/spec.html) (and is updated).
1 parent 25fd27f commit 754772f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/en/start/setup.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# Setting Up a Project
22

3-
### Syntax Highlighting
4-
5-
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.
6-
73
### Using `vue-cli`
84

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

0 commit comments

Comments
 (0)