blob: 04cc7a9bde71f7b899e3439e63913de91fbf87ec [file] [log] [blame]
Bram Moolenaar3c053a12022-10-16 13:11:12 +01001" Vim filetype plugin
2" Language: SubStation Alpha
3" Maintainer: ObserverOfTime <chronobserver@disroot.org>
4" Last Change: 2022 Oct 10
5
6if exists('b:did_ftplugin')
7 finish
8endif
9let b:did_ftplugin = 1
10
11setlocal comments=:;,:!: commentstring=;\ %s
12
13let b:undo_ftplugin = 'setl com< cms<'