See gist:
https://gist.github.com/unleashy/c6a01c0798d99726940aec4ffca7f321
After the (admittedly weird) delimited string, the whole file becomes "string"-highlighted. This is obviously because delimited strings are not recognised, so "(" is recognised as a bog-standard string, and the final " is taken as a bog-standard string again, but it never ends.
I'm ok with making a PR to fix this... as soon as I figure out how textmate grammars work 😛
See gist:
https://gist.github.com/unleashy/c6a01c0798d99726940aec4ffca7f321
After the (admittedly weird) delimited string, the whole file becomes "string"-highlighted. This is obviously because delimited strings are not recognised, so
"("is recognised as a bog-standard string, and the final"is taken as a bog-standard string again, but it never ends.I'm ok with making a PR to fix this... as soon as I figure out how textmate grammars work 😛