blob: e4457cef9d2c08dc86e7968b2ccf8dfedddd14d8 [file] [log] [blame]
David Mandelberged7d8e52025-02-23 09:41:42 +01001" Vim filetype plugin
2" Language: m17n database
3" Maintainer: David Mandelberg <david@mandelberg.org>
4" Last Change: 2025 Feb 21
5
6if exists('b:did_ftplugin')
7 finish
8endif
9let b:did_ftplugin = 1
10
11setlocal comments=:;;;,:;;,:;
12setlocal commentstring=;\ %s
13setlocal iskeyword=!-~,@,^34,^(,^),^92
14setlocal lisp
15setlocal lispwords=
16
17let b:undo_ftplugin = "setlocal comments< commentstring< iskeyword< lisp< lispwords<"