lv37 / zed-v

V (Vlang) support for the Zed editor.
MIT License
11 stars 3 forks source link

add brackets.scm #7

Closed kylepritchard closed 3 months ago

kylepritchard commented 3 months ago

Add highlighting of matching brackets. So used to it from other editors and would love it in V for zed

kylepritchard commented 3 months ago

I agree with the back ticks, the quotes could be from multiline strings but they are easy to track.

Looking at the other langs and option for interpolation could be added?

(interpolation "#{" @open "}" @close)

On my phone now so can't test properly or the effect (new to zed)

lv37 commented 3 months ago

Thanks