]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(hurl): add hurl filetype plugin(#13921)
authorMelker Ulander <melker.ulander@pm.me>
Sat, 27 Jan 2024 10:26:14 +0000 (11:26 +0100)
committerGitHub <noreply@github.com>
Sat, 27 Jan 2024 10:26:14 +0000 (11:26 +0100)
Signed-off-by: Melker Ulander <melker.ulander@pm.me>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/ftplugin/hurl.vim [new file with mode: 0644]

diff --git a/runtime/ftplugin/hurl.vim b/runtime/ftplugin/hurl.vim
new file mode 100644 (file)
index 0000000..10a3131
--- /dev/null
@@ -0,0 +1,11 @@
+" Vim filetype plugin file
+" Language:     hurl
+" Maintainer:   Melker Ulander <melker.ulander@pm.me>
+" Last Changed: 2024 01 26
+
+if exists("b:did_ftplugin") | finish | endif
+
+let b:did_ftplugin = 1
+setlocal commentstring=#\ %s
+
+let b:undo_ftplugin = "setlocal commentstring<"