neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

roc.vim (300B)


      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<"