hurl.vim 277 B

123456789101112
  1. " Vim filetype plugin file
  2. " Language: hurl
  3. " Maintainer: Melker Ulander <melker.ulander@pm.me>
  4. " Last Changed: 2024 01 26
  5. if exists("b:did_ftplugin") | finish | endif
  6. let b:did_ftplugin = 1
  7. setlocal commentstring=#\ %s
  8. let b:undo_ftplugin = "setlocal commentstring<"