From fe88470ebf929eb882eb8cfebbb3970c7f4cd75e Mon Sep 17 00:00:00 2001 From: leafOfTree Date: Tue, 30 Mar 2021 14:21:44 +0800 Subject: [PATCH] Update doc --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 31709d0..2b3014e 100644 --- a/README.md +++ b/README.md @@ -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': [],