blob: 8161fe99ac5b635245656c6da351bd1eff1ec4fa [file] [log] [blame]
Bram Moolenaar42eeac32005-06-29 22:40:58 +00001" Vim filetype plugin file
Bram Moolenaar214641f2017-03-05 17:04:09 +01002" Language: Sieve filtering language input file
David Mandelberg3cb41482025-02-20 23:22:17 +01003" Maintainer: This runtime file is looking for a new maintainer.
Bram Moolenaar214641f2017-03-05 17:04:09 +01004" Previous Maintainer: Nikolai Weibull <now@bitwi.se>
David Mandelberg3cb41482025-02-20 23:22:17 +01005" Latest Revision: 2025 Feb 20
Bram Moolenaar42eeac32005-06-29 22:40:58 +00006
7if exists("b:did_ftplugin")
8 finish
9endif
10let b:did_ftplugin = 1
11
David Mandelberg3cb41482025-02-20 23:22:17 +010012let b:undo_ftplugin = "setl com< cms< fo< ff<"
Bram Moolenaar42eeac32005-06-29 22:40:58 +000013
14setlocal comments=s1:/*,mb:*,ex:*/,:# commentstring=#\ %s
Bram Moolenaar0dc065e2005-07-04 22:49:24 +000015setlocal formatoptions-=t formatoptions+=croql
Bram Moolenaare37d50a2008-08-06 17:06:04 +000016
David Mandelberg3cb41482025-02-20 23:22:17 +010017" https://datatracker.ietf.org/doc/html/rfc5228#section-2.2 says
18" "newlines (CRLF, never just CR or LF)"
19setlocal fileformat=dos