Sublime Forum

Sublime Text build 4200 rmarkdown

#1

Hi,
I am using Sublime Text as R IDE using the packages R-IDE, SendCode, Terminus and LSP (LSP-R).
Since build 4200, the code chunk highlighting is broken and sending code to terminus doesn’t work either.
Could you please help to fix this issue ?

Here is a screenshot of a minimal example:

0 Likes

#2

R-IDE ships with a dedicated R Markdown syntax, which requires some updates.

It currently fails to find various LaTeX related contexts.

The way it includes R syntax in its own fenced code blocks no longer works due to structural changes of bundled R.sublime-syntax.

It appears there’s already an open issue on package’s repository.

Updated syntax is proposed at:

0 Likes