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