mirror of
https://github.com/leafOfTree/vim-vue-plugin.git
synced 2025-12-08 21:54:46 +08:00
Update doc
This commit is contained in:
@@ -59,7 +59,7 @@ Supports
|
|||||||
|
|
||||||
- A built-in `foldexpr` foldmethod
|
- A built-in `foldexpr` foldmethod
|
||||||
|
|
||||||
- [emmet-vim][10] HTML/JavaScript/CSS/... filetype detection
|
- [emmet-vim][10] html/javascript/css/... filetype detection
|
||||||
|
|
||||||
- `.wpy` files from [WePY][6]
|
- `.wpy` files from [WePY][6]
|
||||||
|
|
||||||
@@ -74,8 +74,8 @@ This is the **default value**. You could copy it as a starting point
|
|||||||
```vim
|
```vim
|
||||||
let g:vim_vue_plugin_config = {
|
let g:vim_vue_plugin_config = {
|
||||||
\'syntax': {
|
\'syntax': {
|
||||||
\ 'script': ['javascript'],
|
|
||||||
\ 'template': ['html'],
|
\ 'template': ['html'],
|
||||||
|
\ 'script': ['javascript'],
|
||||||
\ 'style': ['css'],
|
\ 'style': ['css'],
|
||||||
\},
|
\},
|
||||||
\'full_syntax': [],
|
\'full_syntax': [],
|
||||||
|
|||||||
Reference in New Issue
Block a user