vim-wren
vim-wren copied to clipboard
Fixed the WrenMethod highlighting to handle static fields (and index fields)
I realised that if you had a method like static [id] { _id } then the static part would not be highlighted correctly.
This fixes that.
Although, this fix causes some other issues:
_someVariable = {} is no longer highlighted, as an example.
So I'll go back to the drawing board.