Config: ```vim let g:rainbow_conf = { \ 'separately': { \ 'rmd': { \ 'parentheses_options': 'containedin=rmdrInline,@Rmdr contained', \ }, \ 'nerdtree': 0, \ } \ } ``` Some results:  The syntax of `rmd.vim` can found in <https://github.com/jalvesaq/R-Vim-runtime>