blob: 8ccc2b32cebbadf094bf5b2cfc2e4ec9dfd114b4 [file] [log] [blame]
Kirill Morozovfdac54d2024-11-19 20:36:22 +01001" Vim filetype plugin file
2" Language: KAREL
3" Last Change: 2024-11-18
4" Maintainer: Kirill Morozov <kirill@robotix.pro>
5" Credits: Patrick Meiser-Knosowski for the initial implementation.
6
7if exists("b:did_ftplugin")
8 finish
9endif
10let b:did_ftplugin = 1
11
12setlocal comments=:--
13setlocal commentstring=--\ %s
14setlocal suffixesadd+=.kl,.KL
15
16let b:undo_ftplugin = "setlocal com< cms< sua<"