neovim

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

mlir.vim (218B)


      1 " Vim filetype plugin file
      2 " Language:	MLIR
      3 
      4 if exists("b:did_ftplugin") | finish | endif
      5 let b:did_ftplugin = 1
      6 
      7 setl comments=:///,://
      8 setl commentstring=//\ %s
      9 
     10 let b:undo_ftplugin = "setl commentstring< comments<"