From f437eea49df50c0461e4ae766d4554f460d088a7 Mon Sep 17 00:00:00 2001 From: leafOfTree Date: Tue, 13 Apr 2021 15:53:27 +0800 Subject: [PATCH] Update doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ac3dda..743f857 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ let g:vim_vue_plugin_config = { - First, 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 - Syntax is decided by `lang="..."` on the block tag - - When no `lang="..."` appears on the block tag, the first item of `value` will be used as default. `value` can be string if only one + - When no valid `lang="..."` appears on the block tag, the first item of `value` will be used as default. `value` can be string if only one - `full_syntax`*list*: a list of syntax name whose **full** syntax files are always loaded