From 8e121ce67d7d0c5a87bbbe8f82d5cac59e9671ba Mon Sep 17 00:00:00 2001 From: leafOfTree Date: Fri, 10 Sep 2021 12:03:57 +0800 Subject: [PATCH] Update doc --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 46dd865..fb31fcb 100644 --- a/README.md +++ b/README.md @@ -85,8 +85,8 @@ let g:vim_vue_plugin_config = { It has the following options - `syntax`*dict* - - `key`*string*: block's tag name - - `value`*list*: block's syntax + - `key`*string*: block tag name + - `value`*list*: block syntax - 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. - 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