]> git.rmz.io Git - dotfiles.git/blob - vim/ftplugin/roslaunch.vim
Makefile: add target for git
[dotfiles.git] / vim / ftplugin / roslaunch.vim
1 runtime! ftplugin/xml.vim
2
3 setlocal expandtab
4 setlocal tabstop=2
5 setlocal shiftwidth=2
6 setlocal softtabstop=2
7
8 " xml comments
9 setlocal commentstring=<!--%s-->
10 setlocal comments=s:<!--,m:\ \ \ \ \ ,e:-->