blob: 5ccfa1df708dc0f55ac761d556e1b7c0281e4567 [file] [log] [blame]
Riley Bruins25256082024-07-07 20:58:10 +02001" Vim filetype plugin file
2" Language: Haskell Cabal Build file
3" Maintainer: Riley Bruins <ribru17@gmail.com>
4" Last Change: 2024 Jul 06
5
6if exists('b:did_ftplugin')
7 finish
8endif
9let b:did_ftplugin = 1
10
11setl comments=:-- commentstring=--\ %s
12
13let b:undo_ftplugin = 'setl com< cms<'