blob: 1571d5e5086d00f6e3f35508bce40c46761bea21 [file] [log] [blame]
Riley Bruins94c1c662024-07-07 21:07:56 +02001" Vim filetype plugin
2" Language: tf (TinyFugue)
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<'