bmarkovic17 / nestedtext

NestedText data format extension
3 stars 0 forks source link

Multiline value (using `|` or `>`) containing blank line incorrectly hilit #4

Closed p-i- closed 6 months ago

p-i- commented 6 months ago
Screenshot 2024-05-08 at 13 22 43
bmarkovic17 commented 6 months ago

Basically the same thing as this issue.

The correct way to use multiline strings is

prompt:
    > part1
    >
    > part2

which produces the correct syntax highlighting:

image