vala.vim
vala.vim copied to clipboard
Don't highlight `value` as keyword if in a non-setter method.
The value keyword is used in auto-generated setters and is appropriately highlighted. However, it is also highlighted in non-setter methods, leading to a bit of confusion.
Yes, I have to figure out how to do this, as well as highlighting methods that start with @...