This repository was archived by the owner on Nov 26, 2025. It is now read-only.
Commit b30e6f8
Let the multiline string delimiter be a delimiter
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.1 parent 0adf3a1 commit b30e6f8
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
257 | | - | |
| 257 | + | |
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
| |||
0 commit comments