From 6678475a505700db8f4e67dfe04347f164370548 Mon Sep 17 00:00:00 2001 From: leafOfTree Date: Mon, 6 Sep 2021 16:08:55 +0800 Subject: [PATCH] Update doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0afd67..46dd865 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ It has the following options - `syntax`*dict* - `key`*string*: block's tag name - - `value`*list*: syntax for block + - `value`*list*: block's 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