vala.vim icon indicating copy to clipboard operation
vala.vim copied to clipboard

Don't highlight `value` as keyword if in a non-setter method.

Open nielsdg opened this issue 9 years ago • 1 comments

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.

nielsdg avatar Jan 31 '17 11:01 nielsdg

Yes, I have to figure out how to do this, as well as highlighting methods that start with @...

arrufat avatar Jan 31 '17 16:01 arrufat