blob: 92bc56d2485ee9dc40bc05283a5815f6dc61a1c5 [file] [log] [blame]
Riley Bruins03e5ee22025-06-18 18:23:05 +02001" Vim filetype plugin
2" Language: Brightscript
3" Maintainer: Riley Bruins <ribru17@gmail.com>
4" Last Change: 2025 Jun 17
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<'