blob: a009c02df4643f36408d5cd073e181bf54e8d109 [file] [log] [blame]
Riley Bruins93f65a42024-11-04 19:58:45 +01001" Vim filetype plugin
2" Language: Leo
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<'