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