For the following snippet,
```
int a = 9;
func(a);
func(a * 9);
```
`a` is highlighted differently in two function calls.
In `func(a)` it is highlighted as a variable where in `func(a * 9)` it is highlighted as a type.
Major mode: C++//l
--
ഷാനവാസ്
Sent from my Android device with K-9 Mail.