mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Add the correct comment style for the blade filetype
This commit is contained in:
parent
79b3ee39a9
commit
9948a62521
1 changed files with 1 additions and 0 deletions
|
@ -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 --}}')
|
||||||
|
|
Loading…
Reference in a new issue