3 " Maintainer: Sergey Alexandrov <alexandrov88@gmail.com>
6 " Read the rosmsg syntax to start with
8 so <sfile>:p:h/rosmsg.vim
10 runtime! syntax/rosmsg.vim
11 unlet b:current_syntax
14 syn match rosactionSeparator "^---$"
16 hi def link rosactionSeparator Special
18 let b:current_syntax = "rosaction"