comparison runtime/syntax/chaskell.vim @ 7:3fc0f57ecb91 v7.0001

updated for version 7.0001
author vimboss
date Sun, 13 Jun 2004 20:20:40 +0000
parents
children 43efa4f5a8ea
comparison
equal deleted inserted replaced
6:c2daee826b8f 7:3fc0f57ecb91
1 " Vim syntax file
2 " Language: Haskell supporting c2hs binding hooks
3 " Maintainer: Armin Sander <armin@mindwalker.org>
4 " Last Change: 2001 November 1
5 "
6 " 2001 November 1: Changed commands for sourcing haskell.vim
7
8 " Enable binding hooks
9 let b:hs_chs=1
10
11 " Include standard Haskell highlighting
12 if version < 600
13 source <sfile>:p:h/haskell.vim
14 else
15 runtime! syntax/haskell.vim
16 endif
17
18 " vim: ts=8