From 9948a625213884fd27f2cffd166ea68d5ef60b8c Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Thu, 5 Apr 2018 17:34:10 -0400 Subject: [PATCH] Add the correct comment style for the blade filetype --- vim/config/plugins/tcomment.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/vim/config/plugins/tcomment.vim b/vim/config/plugins/tcomment.vim index d434ecd..1804376 100644 --- a/vim/config/plugins/tcomment.vim +++ b/vim/config/plugins/tcomment.vim @@ -3,3 +3,4 @@ let g:tcomment#rstrip_on_uncomment = 2 "use // to comment in vue files call tcomment#type#Define('vue', '// %s') +call tcomment#type#Define('blade', '{{-- %s --}}')