blob: 35970b257cd9de5583d79d7927cf3017e5be5236 [file] [log] [blame]
Riley Bruins84b5b1c2024-11-02 15:44:43 +01001" Vim filetype plugin
2" Language: Sway
3" Maintainer: Riley Bruins <ribru17@gmail.com>
4" Last Change: 2024 Nov 01
5
6if exists('b:did_ftplugin')
7 finish
8endif
9let b:did_ftplugin = 1
10
11setl commentstring=//\ %s
12" From Rust comments
13setl comments=s0:/*!,ex:*/,s1:/*,mb:*,ex:*/,:///,://!,://
14
15let b:undo_ftplugin = 'setl com< cms<'