blob: 74a1903b46dd743a7602af720d933e4fd060feec [file] [log] [blame]
Riley Bruins15addb22024-07-05 21:14:26 +02001" Vim filetype plugin
2" Language: Cedar
3" Maintainer: Riley Bruins <ribru17@gmail.com>
4" Last Change: 2024 Jul 4
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<'