Skip to content
Snippets Groups Projects
Commit 99f74da9 authored by Chris Coley's avatar Chris Coley
Browse files

Add VIM file type plugins for Apache and XML

parent 91d06a81
Branches
No related tags found
No related merge requests found
" Only set the b:ml_commentstring if it hasn't already been set
if !exists("b:ml_commentstring")
let b:ml_commentstring = '# %s'
end
" Only set the b:ml_commentstring if it hasn't already been set
if !exists("b:ml_commentstring")
" Add whitespace to the modeline commentstring
let b:ml_commentstring = '<!-- %s -->'
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment