blob: dd94c68799e3f37f3014daf091e59d83d6a1ab14 [file] [log] [blame]
Riley Bruins802fc042024-05-22 07:49:17 -07001" Vim filetype plugin
2" Language: rescript
3" Maintainer: Riley Bruins <ribru17@gmail.com>
4" Last Change: 2024 May 21
5
6if exists('b:did_ftplugin')
7 finish
8endif
9let b:did_ftplugin = 1
10
11setl comments=sO:*\ -,mO:*\ \ ,exO:*/,s1:/*,mb:*,ex:*/,:// commentstring=//\ %s
12
13let b:undo_ftplugin = 'setl com< cms<'