Variables are not highlighted properly when used in place of a function name in a function call
Stratus3D opened this issue · 2 comments
Stratus3D commented
In this example:
module:FunName(Params)
FunName is highlighted as an atom instead of a variable. It has to be a variable in all cases because it starts with a capital letter and is not wrapped in single quotes. Params is highlighted as a variable as expected. This is the only scenario I have come across where a variable name isn't highlight as such.
I am using Vim 7.3 on OSX with the solarized dark theme.
In this case FunName should be blue as well.
hcs42 commented
@Stratus3D I created a fix in my mod_func branch. Could you test it? Thank you.
Stratus3D commented

