blob: af212e95813136d511ed388bcb5c8b6d17a26590 [file] [log] [blame]
Bram Moolenaar9fbdbb82022-09-27 17:30:34 +01001" Vim filetype plugin
2" Language: Chatito
3" Maintainer: ObserverOfTime <chronobserver@disroot.org>
4" Last Change: 2022 Sep 19
5
6if exists('b:did_ftplugin')
7 finish
8endif
9let b:did_ftplugin = 1
10
11setlocal comments=:#,:// commentstring=#\ %s
12" indent of 4 spaces is mandated by the spec
13setlocal expandtab softtabstop=4 shiftwidth=4
14
15let b:undo_ftplugin = 'setl com< cms< et< sts< sw<'