Skip to content

Feature request: consistant action as in RMarkdown #119

@Hocnonsense

Description

@Hocnonsense

In RStudio, code block marked with '```\{r.+?\}' can be recognized as runable block, but in vscode grammer, only '```\{\.r' can be recognized as R format. (This feature was first added to support Codebraid format at

{ name: 'r', language: 'r', identifiers: ['R', 'r', 's', 'S', 'Rprofile', '\{\.r.+?(\})'], source: 'source.r' },
)

Is it possible to also add support to RMarkdown-stype code block?

Thanks!
code in vscode
code in rstudio

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature-requestRequest for new features or functionality

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions