R syntax highlighting for Smultron

[This article was first published on Dataninja » R, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Smultron is an open-source text-editor for OS X. It’s a very lean editor, but it’s fast and it was written in Cocoa. Out of the box it has syntax highlighting for Stata and LaTeX, but not R. Basic instructions for adding a rudimentary R syntax coloring file are available here. However, I have adapted the R syntax module for TextWrangler for Smultron.

There are two files: the keyword list and the syntax definitions file, which tells Smultron which languages are available.

In order to install, you have to add these files to the application bundle. To do so:

  1. Right-click on Smultron and select Show in finder
  2. Right-click on the Smultron application (in the ~/Applications folder) and select Show package contents
  3. Copy the above files to the directory ./Contents/Resources within the application bundle
  4. Restart Smultron

To leave a comment for the author, please follow the link and comment on their blog: Dataninja » R.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)