From c4847c18e96cf5a993c9a5d32c0a56e89606c4d1 Mon Sep 17 00:00:00 2001 From: leafOfTree Date: Mon, 19 Apr 2021 14:20:56 +0800 Subject: [PATCH] Update doc --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 846088b..e912ac5 100644 --- a/README.md +++ b/README.md @@ -68,12 +68,12 @@ The filetype will be set to `vue`. Feel free to open an issue or pull request if - Attribute and keyword highlight -- A built-in `foldexpr` foldmethod - - [emmet-vim][10] `html, javascript, css, ...` filetype detection - Context-based behavior, such as to get current tag or syntax, and set local options like `commentstring` +- A built-in `foldexpr` foldmethod + ## Configuration `g:vim_vue_plugin_config`*dict* is the only configuration @@ -115,18 +115,18 @@ let g:vim_vue_plugin_config = { For boolean options, set `1` to enable or `0` to disable -- `attribute`: highlight Vue attribute as expression instead of string +- `attribute`: highlight attribute as expression instead of string -- `keyword`: highlight Vue keyword such as `data`, `methods`, ... +- `keyword`: highlight keyword such as `data`, `methods`, ... - `foldexpr`: enable built-in `foldexpr` foldmethod - `debug`: echo debug messages in `messages` list -> `typescript` matches `lang="ts"` - > Please check `:h dict` and `:h list` for details about the complex data types +> `typescript` matches `lang="ts"` + > For `.wpy`, `initial_indent` defaults to `['script', 'style']` ### Example