Highlighting Sweave syntax for Sublime Text

Currently, Sublime Text 2 with LaTeXTools installed is LaTeXTools into Sweave / knitr code blocks. How can I say that ST ignores all forms

 <<arguments here>>= @ 

or, better yet, consider it as R source code?

+4
source share
2 answers

Now there is a SublimeKnitr package specially made for Sublime Text. Install from GitHub source or using package management.

0
source

The Sweave Textmate kit (or at least the essential parts) will also work with Sublime Text 2. Just download the package from https://github.com/textmate/sweave.tmbundle and move it to the Packages directory.

+3
source

All Articles