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

Use R syntax coloring for .Rmd as well as .R #54

Closed
esmithindiana opened this issue Jul 28, 2021 · 0 comments · Fixed by #57
Closed

Use R syntax coloring for .Rmd as well as .R #54

esmithindiana opened this issue Jul 28, 2021 · 0 comments · Fixed by #57
Assignees

Comments

@esmithindiana
Copy link

R Markdown is a popular form of literate programming, supported in RStudio. It uses the extension .Rmd

It would be nice if Tincta would use R syntax coloring for .Rmd files. So in FileExtensions.plist, the section would say:

<key>R</key>
	<array>
		<string>r</string>
		<string>rmd</string>
	</array>

That's it! Thanks.

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 a pull request may close this issue.

2 participants