Hello, let me start by saying that I really enjoy using VAX! I mostly work with C code, and many of my variables are arrays. I've noticed that only one color (default LightCyan) is used when highlighting references to arrays (I don't think I can change the text background in the post, so I've changed the text color):
myArray[i+1] = myArray[i];
I would much prefer if the other highlight color (default MistyRose) could be used when array elements are being modified:
myArray[i+1] = myArray[i];
Thanks for your consideration and have a good day!