hjson-py icon indicating copy to clipboard operation
hjson-py copied to clipboard

Add support for line continuations using backslash

Open isinyaaa opened this issue 3 years ago • 1 comments

This allows single and double quoted strings to continue on the next line by escaped \n or \r\n, as described in hjson/hjson#106.

isinyaaa avatar Nov 13 '21 22:11 isinyaaa

Thanks for the review @sffc :) Think we should probably wait on the other major languages' PR's before merging this, though

isinyaaa avatar Nov 16 '21 01:11 isinyaaa