vim-wren icon indicating copy to clipboard operation
vim-wren copied to clipboard

Fixed the WrenMethod highlighting to handle static fields (and index fields)

Open avivbeeri opened this issue 4 years ago • 1 comments

I realised that if you had a method like static [id] { _id } then the static part would not be highlighted correctly.

This fixes that.

avivbeeri avatar Oct 15 '21 12:10 avivbeeri

Although, this fix causes some other issues: _someVariable = {} is no longer highlighted, as an example.

So I'll go back to the drawing board.

avivbeeri avatar Oct 16 '21 06:10 avivbeeri