blob: c66510874d636d4e2f4c04d89affd28b5745e993 [file] [log] [blame]
nat-418196b6672024-04-08 22:23:22 +02001" 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
6if exists("b:did_ftplugin")
7 finish
8endif
9let b:did_ftplugin = 1
10
11setlocal comments=:##,:#
12setlocal commentstring=#\ %s
13
14let b:undo_ftplugin = "setl com< cms<"