Merge remote-tracking branch 'danr/typescript-comment'

This commit is contained in:
Maxime Coste 2017-12-07 10:46:26 +08:00
commit 7072e65a28

View File

@ -14,7 +14,7 @@ hook global BufSetOption filetype=asciidoc %{
set-option buffer comment_block_end '///' set-option buffer comment_block_end '///'
} }
hook global BufSetOption filetype=(c|cpp|go|java|javascript|objc|php|rust|sass|scala|scss|swift) %{ hook global BufSetOption filetype=(c|cpp|go|java|javascript|objc|php|rust|sass|scala|scss|swift|typescript) %{
set-option buffer comment_line '//' set-option buffer comment_line '//'
set-option buffer comment_block_begin '/*' set-option buffer comment_block_begin '/*'
set-option buffer comment_block_end '*/' set-option buffer comment_block_end '*/'