Alternate chunk delimiters in Rmd filetype?

11 views
Skip to first unread message

lf araujo

unread,
Jul 15, 2022, 2:51:38 PM7/15/22
to Nvim-R
Is it possible to set up alternate chunk delimiters, I find myself in a case where I need to work a file which delimiters are slightly different than the regular ```{}, in my case it looks more like a markdown delimiter ```R. 

- Is that a way of setting custom delimiters in Nvim-R?

Thank you

Jakson Alves de Aquino

unread,
Jul 15, 2022, 8:04:17 PM7/15/22
to Nvim-R
I'm sorry, but you would have to edit Nvim-R source code. You could use `grep` to find all occurrences of '```' and, then, replace "```{r" with "```R". The grep command would be:

grep -R '```'

Reply all
Reply to author
Forward
0 new messages