diff --git a/readme.md b/readme.md index 6b49012..177be8f 100644 --- a/readme.md +++ b/readme.md @@ -76,6 +76,10 @@ for more details. ### How to use commenting functionality with multiple languages in Vue files? +### [tcomment](https://github.com/tomtom/tcomment_vim) + +tcomment has some support Vue files with multiple languages, without any extra configuration. + #### [caw.vim](https://github.com/tyru/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.