ziglang / zig.vim

Vim configuration for Zig
MIT License
448 stars 56 forks source link

Let the multiline string delimiter be a delimiter #66

Closed baskerville closed 2 years ago

baskerville commented 2 years ago

I find the current behavior slightly confusing: while browsing Zig's standard library, I found myself wondering how a certain chunk of code could compile (it looked as if a raw JSON object was passed as argument to a function), only to realize I was looking at a string, and that the multiline string delimiter was hidden!

Also, quoting :h hl-Ignore:

When using the Ignore group, you may also
consider using the conceal mechanism.
haze commented 2 years ago

Totally on board with these changes. Thank you so much for your contribution!