Update doc

This commit is contained in:
leafOfTree
2021-03-30 14:21:44 +08:00
parent d11229e7e1
commit fe88470ebf

View File

@@ -59,7 +59,7 @@ Supports
- 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]
@@ -74,8 +74,8 @@ This is the **default value**. You could copy it as a starting point
```vim
let g:vim_vue_plugin_config = {
\'syntax': {
\ 'script': ['javascript'],
\ 'template': ['html'],
\ 'script': ['javascript'],
\ 'style': ['css'],
\},
\'full_syntax': [],