At the moment in general variables are blue and functions are yellow. But take a look at this abstract example:

Everything is OK except that when I access the first element in variable var in the second part of if statement condition, it is recognized as a function (thus the yellow color). Is there any possibility of fixing this rather small issue in the future?
Also, as I'm on it, global variables have the same color as local variables. I think they should have different colors. (Should I create another issue about this?)
At the moment in general variables are blue and functions are yellow. But take a look at this abstract example:

Everything is OK except that when I access the first element in variable
varin the second part of if statement condition, it is recognized as a function (thus the yellow color). Is there any possibility of fixing this rather small issue in the future?Also, as I'm on it, global variables have the same color as local variables. I think they should have different colors. (Should I create another issue about this?)