mirror of
https://github.com/leafOfTree/vim-vue-plugin.git
synced 2025-12-07 21:24:50 +08:00
Update doc
This commit is contained in:
@@ -85,8 +85,8 @@ let g:vim_vue_plugin_config = {
|
|||||||
It has the following options
|
It has the following options
|
||||||
|
|
||||||
- `syntax`*dict*
|
- `syntax`*dict*
|
||||||
- `key`*string*: block's tag name
|
- `key`*string*: block tag name
|
||||||
- `value`*list*: block's syntax
|
- `value`*list*: block syntax
|
||||||
- Syntax is decided by `lang="..."` on block tag
|
- Syntax is decided by `lang="..."` on block tag
|
||||||
- When no valid `lang="..."` appears on block tag, the first item of `value` will be used as default.
|
- When no valid `lang="..."` appears on block tag, the first item of `value` will be used as default.
|
||||||
- By default, only syntax files from `['$VIMRUNTIME', '$VIM/vimfiles', '$HOME/.vim']` are loaded. If none is found, then **full** syntax files (including those from plugins) will be loaded
|
- By default, only syntax files from `['$VIMRUNTIME', '$VIM/vimfiles', '$HOME/.vim']` are loaded. If none is found, then **full** syntax files (including those from plugins) will be loaded
|
||||||
|
|||||||
Reference in New Issue
Block a user