blob: 10a3131d3a620d7ae3ee9bea9d88f9177bba5388 [file] [log] [blame]
Melker Ulander772f8f52024-01-27 11:26:14 +01001" Vim filetype plugin file
2" Language: hurl
3" Maintainer: Melker Ulander <melker.ulander@pm.me>
4" Last Changed: 2024 01 26
5
6if exists("b:did_ftplugin") | finish | endif
7
8let b:did_ftplugin = 1
9setlocal commentstring=#\ %s
10
11let b:undo_ftplugin = "setlocal commentstring<"