I am investigating how to define a new language within RStudio. I have used Eclipse XText to develop it, so I even have generated an ACE editor.
To integrate this with RStudio, I can add my language to https://github.com/rstudio/rstudio/blob/5aa82fd564f356273b9c50f6cdc86a6f8d421abf/src/gwt/src/org/rstudio/studio/client/common/reditor/EditorLanguage.java
However, is this possible as some sort of plugin? Or will I have to build my seperate version of RStudio?