neovim

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

asy.vim (279B)


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