roc.vim 300 B

123456789101112131415
  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. if exists("b:did_ftplugin")
  6. finish
  7. endif
  8. let b:did_ftplugin = 1
  9. setlocal comments=:##,:#
  10. setlocal commentstring=#\ %s
  11. let b:undo_ftplugin = "setl com< cms<"