runtime(hurl): add hurl filetype plugin(#13921)

Commit: 
https://github.com/vim/vim/commit/772f8f5425132b133a1d0fb22b35c13b4e027b42
Author: Melker Ulander <melker.ulan...@pm.me>
Date:   Sat Jan 27 11:26:14 2024 +0100

    runtime(hurl): add hurl filetype 
plugin(https://github.com/vim/vim/issues/13921)
    
    
    Signed-off-by: Melker Ulander <melker.ulan...@pm.me>
    Signed-off-by: Christian Brabandt <c...@256bit.org>

diff --git a/runtime/ftplugin/hurl.vim b/runtime/ftplugin/hurl.vim
new file mode 100644
index 000000000..10a3131d3
--- /dev/null
+++ b/runtime/ftplugin/hurl.vim
@@ -0,0 +1,11 @@
+" Vim filetype plugin file
+" Language:     hurl
+" Maintainer:   Melker Ulander <melker.ulan...@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<"

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_dev/E1rTfww-00FeGV-Ko%40256bit.org.

Reply via email to