In our integration, Lua methods are not being highlighted as keywords. For example, in the code below, CreatePivot is highlighted, but SetPosition is not, even though both are defined as key words.
local entity = CreatePivot(world)
entity:SetPosition(1, 2, 3)
The method highlighting is important for our users. Is this a setting that can be turned on?