


Debugging related functions are highlighted with type KEYWORD2: browser, debug, trace, traceback, recover, undebug, isdebugged, bp, mtrace.Core language constructs are highlighted with type KEYWORD1: (for, function, if, else, ifelse, in, repeat, return, switch, while, break, next) I have also added these to that list: (expression, quote, parse, deparse, substitute, get, getAnywhere, assign, exists, expression, bquote, typeof, mode, eval, evalq, with).A function call is a name followed by a round bracket function calls are highlighted with type FUNCTION.The new mode file can be found on the biocep-editor project on r-forge The previous one I was using was based on the idea "let's put all the names of all the functions in standard R packages as keywords", although "it works", it is not a very good idea since it makes the edit mode huge and consequently must have some effect on jedit's performance when painting R code
#Jedit setup line endings how to
That is the file that guides jedit on how to syntax highlight R code. I have spend a bit of time over the week end working with the jedit edit mode file for R code.
