a bit of haskell

This commit is contained in:
2020-02-05 20:11:46 +01:00
parent 29aa9b8719
commit 7afbdedd7d
3 changed files with 3 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ let s:comment_map = {
\ 'cmake': '#',
\ 'scheme': ';;',
\ 'yaml': '#'
\ 'haskell': '--'
\ }
let s:block_map = {