Add the correct comment style for the blade filetype

This commit is contained in:
Kevin MacMartin 2018-04-05 17:34:10 -04:00
parent 79b3ee39a9
commit 9948a62521

View file

@ -3,3 +3,4 @@ let g:tcomment#rstrip_on_uncomment = 2
"use // to comment in vue files "use // to comment in vue files
call tcomment#type#Define('vue', '// %s') call tcomment#type#Define('vue', '// %s')
call tcomment#type#Define('blade', '{{-- %s --}}')