diff --git a/plugin/comment.vim b/plugin/comment.vim index de78b60..10990f4 100644 --- a/plugin/comment.vim +++ b/plugin/comment.vim @@ -18,6 +18,7 @@ let s:comment_map = { \ 'cmake': '#', \ 'scheme': ';;', \ 'yaml': '#', + \ 'toml': '#', \ 'haskell': '--' \ }