vim-haskell -> hasksyn

This commit is contained in:
Adam Stankiewicz
2013-09-12 17:17:14 +02:00
parent 0a4fcd12b6
commit 35433aa23c
7 changed files with 544 additions and 391 deletions

View File

@@ -0,0 +1,9 @@
" Vim ftplugin file
" Language: Haskell
" Maintainer: Tristan Ravitch
" I don't fully understand what the vim-default ftplugin does, but I do know
" that the three-part comment entry really messes up this indenter (I also
" hate the leading '-'s it puts in on each line). Disable it here.
setlocal comments&
setlocal comments=:--