Skip to content

Commit 772f8f5

Browse files
authored
runtime(hurl): add hurl filetype plugin(#13921)
Signed-off-by: Melker Ulander <melker.ulander@pm.me> Signed-off-by: Christian Brabandt <cb@256bit.org>
1 parent b418a51 commit 772f8f5

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

runtime/ftplugin/hurl.vim

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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<"

0 commit comments

Comments
 (0)