From 9c4765e73516f382a2f42b233457bc0411fd4c42 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Wed, 4 Jun 2014 05:34:17 +0100 Subject: [PATCH] vim: add xml comments for roslaunch --- vim/ftplugin/roslaunch.vim | 4 ++++ 1 file changed, 4 insertions(+) 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: -- 2.48.1