summaryrefslogtreecommitdiff
path: root/mnv/runtime/ftplugin/apache.mnv
blob: 3896ec8e31170fabbdf5c0efec22e3f9495d6a19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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: