blob: e818f1aecb1a6b26af91ff4439dfe89de3c4ea22 [file] [log] [blame]
Riley Bruins0a083062024-06-03 20:40:45 +02001" Vim filetype plugin
2" Language: Elsa
3" Maintainer: Riley Bruins <ribru17@gmail.com>
4" Last Change: 2024 May 25
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<'