My code looks something like this:
local Var = {
Leet = 0;
DoStuff = function() end;
}
Var:DoStuff()
Var.Leet = 191*7;
Then if I were to double click on Var (so it would highlight it,) other occurrences of Var should also highlight:
Please?