randy3k/R-Box

constant.language not scoped as function parameter

Closed this issue · 3 comments

r-box constant language parameter
When TRUE or other constant.language.r members are non-keyword function parameters (func(TRUE)), they are highlighted (incorrectly) like any other function parameter. However, if part of a key-value (func(option=TRUE) they are highlighted appropriately.

Thanks for catching this.

This is fixed in the latex branch, however, we need to wait until sublimehq/Packages#370 is merged.

Actually, I was able to split the commits, fixed in 9154d06.