dune.vim 502 B

123456789101112131415161718192021
  1. " Language: Dune buildsystem
  2. " Maintainer: Markus Mottl <markus.mottl@gmail.com>
  3. " Anton Kochkov <anton.kochkov@gmail.com>
  4. " URL: https://github.com/ocaml/vim-ocaml
  5. " Last Change:
  6. " 2018 Nov 3 - Added commentstring (Markus Mottl)
  7. " 2017 Sep 6 - Initial version (Etienne Millon)
  8. if exists("b:did_ftplugin")
  9. finish
  10. endif
  11. let b:did_ftplugin=1
  12. set lisp
  13. " Comment string
  14. setl commentstring=;\ %s
  15. setl comments=:;
  16. setl iskeyword+=#,?,.,/