We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b418a51 commit 772f8f5Copy full SHA for 772f8f5
1 file changed
runtime/ftplugin/hurl.vim
@@ -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