fixed commenter missing comma bug
This commit is contained in:
@@ -17,7 +17,7 @@ let s:comment_map = {
|
||||
\ 'vue': '\/\/',
|
||||
\ 'cmake': '#',
|
||||
\ 'scheme': ';;',
|
||||
\ 'yaml': '#'
|
||||
\ 'yaml': '#',
|
||||
\ 'haskell': '--'
|
||||
\ }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user