Initial bulk commit for "Git on MSys"
[msysgit/historical-msysgit.git] / share / vim / vim58 / syntax / lhaskell.vim
blob6a0a11e0764247a3ccf7370dd4f50e6031c57ad5
1 " Vim syntax file
2 " Language:     Haskell with literate comments
3 " Maintainer:   John Williams <jrw@pobox.com>
4 " Last Change:  2001 May 09
6 " Enable literate comments
7 let b:hs_literate_comments=1
9 " Include standard Haskell highlighting
10 if version < 600
11   source <sfile>:p:h/haskell.vim
12 else
13   source syntax/haskell.vim
14 endif
16 " vim: ts=8