From 696533d262b8588e9a87f29490eab133b16001c1 Mon Sep 17 00:00:00 2001 From: leafOfTree Date: Wed, 12 May 2021 19:09:04 +0800 Subject: [PATCH] Update doc --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4bd71ac..160c5b7 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ It loads multiple syntax and indent files for `.vue` and enables them to work to This is **default value**. You could copy it as a starting point -``` +```vim let g:vim_vue_plugin_config = { \'syntax': { \ 'template': ['html'], @@ -113,7 +113,7 @@ For boolean options, set `1` to enable or `0` to disable Only for demo. Try to set syntax as little as possible for performance -``` +```vim let g:vim_vue_plugin_config = { \'syntax': { \ 'template': ['html', 'pug'],