micro
micro copied to clipboard
runtime/syntax/sh: don't start string on escaped quotes
current (invalid) behaviour:
fixed behaviour:
fixed on some edge cases, unfortunately this also touches the highlighting engine itself, so i'm not 100% sure if it doesn't break some other things (a test suite for the highlighter would be cool)
@ptrcnull: This has been fixed with #2810 too, right?
correct, thanks for fixing this issue!