This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" Vim syntax file | |
" Language: roslaunch XML | |
" Maintainer: Jonathan Bohren | |
" Latest Revision: 8 July 2013 | |
" | |
" roslaunch xml syntax hilighting with inline yaml support | |
" | |
" Put this file in ~/.vim/syntax/roslaunch.vim | |
" Put the following in your .vimrc: | |
" autocmd BufRead,BufNewFile *.launch setfiletype roslaunch |