textmate / r.tmbundle

TextMate support for R
25 stars 9 forks source link

Backticks can be used to reference otherwise invalid identifiers #12

Closed jimhester closed 4 years ago

jimhester commented 7 years ago

This also allows function assignment with = and <<-, in addition to the previous <-.

tbates commented 5 years ago

makes sense to me, as this is legal. I mostly use = as assign, but use <- for functions just to get the R.tmbundle syntax coloring to catch the function definition

Bibiko commented 4 years ago

Thanks