bp.vim 346 B

123456789101112131415
  1. " Blueprint build system filetype plugin file
  2. " Language: Blueprint
  3. " Maintainer: Bruno BELANYI <bruno.vim@belanyi.fr>
  4. " Latest Revision: 2024-04-19
  5. if exists("b:did_ftplugin")
  6. finish
  7. endif
  8. let b:did_ftplugin = 1
  9. setlocal comments=b://,s1:/*,mb:*,ex:*/
  10. setlocal commentstring=//\ %s
  11. let b:undo_ftplugin = "setlocal comments< commentstring<"