summaryrefslogtreecommitdiff
path: root/mnv/runtime/ftplugin/ssa.mnv
blob: cf2b62a33c4e0e5ac3c26f9767da33de8400907f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
" MNV filetype plugin
" Language:	SubStation Alpha
" Maintainer:	ObserverOfTime <chronobserver@disroot.org>
" Last Change:	2022 Oct 10

if exists('b:did_ftplugin')
  finish
endif
let b:did_ftplugin = 1

setlocal comments=:;,:!: commentstring=;\ %s

let b:undo_ftplugin = 'setl com< cms<'