From a936d8ab38029ec006861e98f4d2ad1bd1577f83 Mon Sep 17 00:00:00 2001 From: Marcel Bischoff Date: Sat, 24 Feb 2018 07:56:54 +0100 Subject: [PATCH] Add caw.vim section (#93) --- readme.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index b30d958..e8a8bf2 100644 --- a/readme.md +++ b/readme.md @@ -95,7 +95,13 @@ autocmd BufRead,BufNewFile *.vue setlocal filetype=vue.html.javascript.css :warning: This may cause problems, because some plugins will then treat the whole buffer as html/javascript/css instead of only the part inside the tags. -### How can I use NERDCommenter in Vue files? +### How to use commenting functionality with multiple languages in Vue files? + +#### caw.vim + +caw.vim features built-in support for file context through [context_filetype.vim](https://github.com/Shougo/context_filetype.vim). Just install both plugins and context-aware commenting will work in most files. The fenced code is detected by predefined regular expressions. + +#### NERDCommenter