asy.vim 279 B

123456789101112131415
  1. " Vim filetype plugin
  2. " Language: Asymptote
  3. " Maintainer: AvidSeeker <avidseeker7@protonmail.com>
  4. " Last Change: 2024 Jul 13
  5. "
  6. if exists("b:did_ftplugin")
  7. finish
  8. endif
  9. let g:did_ftplugin = 1
  10. setlocal commentstring=/*\ %s\ */
  11. let b:undo_ftplugin = "setl commentstring<"