From 617639320dfe65c18be70b2a0d0b449ecf2ef994 Mon Sep 17 00:00:00 2001 From: leafOfTree Date: Wed, 5 May 2021 20:57:51 +0800 Subject: [PATCH] Update doc --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index bb1c8d7..27104c4 100644 --- a/README.md +++ b/README.md @@ -61,9 +61,7 @@ You could install it just like other plugins. The filetype will be set to `vue`. It loads multiple syntax and indent files for `.vue` and enables them to work together -- Blocks (both `template/script/style` and custom blocks) with any syntax, including `pug, typescript, coffee, scss, sass, less, stylus, ...` - - Syntax plugins need to be installed if not provided by vim +- Blocks (both `template/script/style` and custom blocks) with any syntax, including `pug, typescript, coffee, scss, sass, less, stylus, ...`. Syntax plugins need to be installed if not provided by vim - Attribute and keyword highlight - [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`