diff --git a/plugin/comment.vim b/plugin/comment.vim index 3f2246e..de78b60 100644 --- a/plugin/comment.vim +++ b/plugin/comment.vim @@ -17,7 +17,7 @@ let s:comment_map = { \ 'vue': '\/\/', \ 'cmake': '#', \ 'scheme': ';;', - \ 'yaml': '#' + \ 'yaml': '#', \ 'haskell': '--' \ }