From 74a917987e6999bc93f79fbc5f968e3522db01cb Mon Sep 17 00:00:00 2001 From: leafOfTree Date: Mon, 12 Apr 2021 12:06:50 +0800 Subject: [PATCH] Update doc --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 963e199..690eeb6 100644 --- a/README.md +++ b/README.md @@ -64,12 +64,13 @@ This plugin is effective if it has set `filetype` to `vue`. Please stay up to da Supports -- Vue attribute(directive) and keyword -- Blocks(both `template/script/style` and custom blocks) can use any syntax, including `less, sass, scss, stylus, coffee, typescript, pug, ...` +- Blocks (both `template/script/style` and custom blocks) with any syntax, including `less, sass, scss, stylus, coffee, typescript, pug, ...` Relative syntax plugins need to be installed if not provided by vim +- Vue attribute and keyword highlight + - A built-in `foldexpr` foldmethod - [emmet-vim][10] `html, javascript, css, ...` filetype detection @@ -118,10 +119,10 @@ For boolean options, set `0` to enable or `1` to disable - `foldexpr`: enable built-in `foldexpr` foldmethod -- `init_indent`: enable initial one tab indent inside `script/style` tags. `0` for `.vue` and `1` for `.wpy` by default - - `debug`: echo debug messages in `messages` list +- `init_indent`: add initial one tab indent inside `script/style` tags. `0` for `.vue` and `1` for `.wpy` by default + > Please check `:h dict` and `:h list` for details about the complex data types ### Example