I\'m using Sublime 3, and I have a very simple question. SublimeREPL is working perfectly with R files, and Sublime compiles perfectly the knitr files (using LaTeXing)
Ok, so someone solved it here: https://github.com/wuub/SublimeREPL/issues/165#issuecomment-57658359
Just in case someone has the same problem: this file has to be edited:
~/.config/sublime-text-3/Packages/SublimeREPL/config/R/Main.sublime-menu
and the aditional scope has to be modified in this way:: "additional_scopes": ["tex.latex.knitr.ing"]