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

Results 3 vim-wren issues
Sort by recently updated
recently updated
newest added

Currently no string interpolation highlight. Example how it done in [`dart-vim-plugin`](https://github.com/dart-lang/dart-vim-plugin): ![image](https://github.com/lluchs/vim-wren/assets/45139213/9ad57491-6d23-446c-90c3-5d21f05d0ff8) I would like to add this.

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