mlir.vim 218 B

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