Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Stata & R support in fenced code blocks #73

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jh-min
Copy link

@jh-min jh-min commented Dec 8, 2019

If opening fence is either ```s, ```{s}, ```stata or ```{stata},
fenced code block will highlight Stata syntax and support any key bindings working in source.stata.

If opening fence is either ```r or ```{r}, fenced code block will
highlight R syntax and support any key bindings working in source.r.

Also, syntax highlighting will work when adding code chunk options
such as ```{r, eval=FALSE} of R Markdown.

If opening fence is either ```s, ```{s}, ```stata or ```{stata},
fenced code block will highlight Stata syntax and support any key bindings working in source.stata.

If opening fence is either ```r or ```{r}, fenced code block will
highlight R syntax and support any key bindings working in source.r.

Also, syntax highlighting will work when adding code chunk options
such as ```{r, eval=FALSE} of R Markdown.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant