home *** CD-ROM | disk | FTP | other *** search
/ vim.ftp.fu-berlin.de / 2015-02-03.vim.ftp.fu-berlin.de.tar / vim.ftp.fu-berlin.de / mac / vim55rt.sit / runtime / syntax / lhaskell.vim < prev    next >
Encoding:
Text File  |  1999-09-25  |  278 b   |  13 lines  |  [TEXT/VIM!]

  1. " Vim syntax file
  2. " Language:    Haskell with literate comments
  3. " Maintainer:    John Williams <jrw@pobox.com>
  4. " Last change:    1998 December 3
  5.  
  6. " Enable literate comments
  7. let b:hs_literate_comments=1
  8.  
  9. " Include standard Haskell highlighting
  10. source <sfile>:p:h/haskell.vim
  11.  
  12. " vim: ts=8
  13.