blob: 3697803e74cefa9ed2d05151727909ee31dc689f [file] [log] [blame]
Riley Bruins19bc76c2024-11-04 19:50:47 +01001" Vim filetype plugin
2" Language: Cooklang
3" Maintainer: Riley Bruins <ribru17@gmail.com>
4" Last Change: 2024 Nov 03
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<'