diff options
Diffstat (limited to 'mnv/runtime/ftplugin/apache.mnv')
| -rw-r--r-- | mnv/runtime/ftplugin/apache.mnv | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/mnv/runtime/ftplugin/apache.mnv b/mnv/runtime/ftplugin/apache.mnv new file mode 100644 index 0000000000..3896ec8e31 --- /dev/null +++ b/mnv/runtime/ftplugin/apache.mnv @@ -0,0 +1,16 @@ +" MNV filetype plugin +" Language: apache configuration file +" Maintainer: Per Juchtmans <dubgeiser+mnvNOSPAM@gmail.com> +" Last Change: 2022 Oct 22 + +if exists("b:did_ftplugin") + finish +endif +let b:did_ftplugin = 1 + +setlocal comments=:# +setlocal commentstring=#\ %s + +let b:undo_ftplugin = "setlocal comments< commentstring<" + +" mnv: nowrap sw=2 sts=2 ts=8 noet: |
