question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Feature request: Support python syntax highlighting in Rmd documents

See original GitHub issue

Thx to reticulate (https://github.com/rstudio/reticulate) it is now possible to include python chunks into Rmarkdown documents by adding chunks like

```{python}
import pandas as pd
...

However, sublime-ide-r currently does not support respective syntax highlighting. Is it possible to add?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
randy3kcommented, Jan 31, 2019

0.1.8 is released

1reaction
randy3kcommented, Jan 6, 2019

d9343a2ffddf649584328062819484b2033efd20 will close this.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Feature request: Text highlighting for Python code · Issue #2009
Syntax highlighting for python is supported. When you use a code chunk with Python, it will be mark to be highlighted using Python...
Read more >
Implement ```-style (fenced) Markdown code blocks
Supports only the triple backtick syntax: ByWord · Elements · PEG Markdown Highlight (and derivative Qarkdown); R Markdown (only documents triple backtick, but ......
Read more >
Syntax Highlighting - Kate
Category Language Light & Dark Theme Examples Light & Dark Theme Examples 3D G‑Code Light Theme Dark Theme 3D GLSL Light Theme Dark Theme 3D OpenSCAD...
Read more >
A Brief History of R Markdown - Yihui Xie
A very powerful feature is that you can label code chunks, and re-organize ... highlight (syntax highlighting), and R2HTML (HTML output).
Read more >
Markdown Support | PyCharm Documentation - JetBrains
This enables syntax highlighting and other coding assistance features for the ... You can use the doctest injection to demonstrate execution of Python...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found