mma.vim 366 B

1234567891011121314151617
  1. " Vim filetype plugin file
  2. " Language: Mathematica
  3. " Maintainer: Ian Ford <ianf@wolfram.com>
  4. " Last Change: 22 January 2019
  5. " Only do this when not done yet for this buffer
  6. if exists("b:did_ftplugin")
  7. finish
  8. endif
  9. " Don't load another plugin for this buffer
  10. let b:did_ftplugin = 1
  11. let b:undo_ftplugin = "setlocal commentstring<"
  12. setlocal commentstring=\(*%s*\)