From: Samir Benmendil Date: Wed, 4 Jun 2014 04:34:17 +0000 (+0100) Subject: vim: add xml comments for roslaunch X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/9c4765e73516f382a2f42b233457bc0411fd4c42?ds=inline vim: add xml comments for roslaunch --- diff --git a/vim/ftplugin/roslaunch.vim b/vim/ftplugin/roslaunch.vim index 3055d97..abba3fe 100644 --- a/vim/ftplugin/roslaunch.vim +++ b/vim/ftplugin/roslaunch.vim @@ -2,3 +2,7 @@ setlocal expandtab setlocal tabstop=2 setlocal shiftwidth=2 setlocal softtabstop=2 + +" xml comments +setlocal commentstring= +setlocal comments=s: