blob: ab90ca10b533d1f422ec16045aab379de8b19c7c [file] [log] [blame]
Riley Bruins82a579e2024-06-14 20:47:05 +02001" Vim filetype plugin
2" Language: snakemake
3" Maintainer: Riley Bruins <ribru17@gmail.com>
4" Last Change: 2024 Jun 13
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<'