randy3k / R-Box

R package for Sublime Text 3
MIT License
171 stars 27 forks source link

Highlighting function names in default R syntax #127

Closed mikedecr closed 6 years ago

mikedecr commented 6 years ago

Hi there, not exactly sure where to put this.

R-Box provides the syntax.R file for modifying the list of known packages (for highlighting function names). Now that R-extended has been merged into the default R syntax, is there a good way to extend the function names recognized by the default R syntax for the same purpose?

Thanks for all the great work.

randy3k commented 6 years ago

In short, the answer is no. However, you should be able to extended the R syntax with syntax.R

mikedecr commented 6 years ago

Thanks, this worked.