nat-418 | 196b667 | 2024-04-08 22:23:22 +0200 | [diff] [blame] | 1 | " Roc filetype plugin file |
2 | " Language: Roc | ||||
3 | " Maintainer: nat-418 <93013864+nat-418@users.noreply.github.com> | ||||
4 | " Latest Revision: 2024-04-5 | ||||
5 | |||||
6 | if exists("b:did_ftplugin") | ||||
7 | finish | ||||
8 | endif | ||||
9 | let b:did_ftplugin = 1 | ||||
10 | |||||
11 | setlocal comments=:##,:# | ||||
12 | setlocal commentstring=#\ %s | ||||
13 | |||||
14 | let b:undo_ftplugin = "setl com< cms<" |