Closed macintacos closed 1 month ago
Quotes in comments definitely shouldn't break like shown above. Solving for single quotes within strings might not be possible in textmate grammars but worth investigating. I would think escaping the character would work as intended, ex. @echo "single \' quote"
.
@macintacos this should be resolved. See the above code block in your comment now highlights as expected.
Hello! Just started using this plugin, thanks for your work here.
The parser seems to break when you provide a single quote with no "closing" single-quote. I put "closing" in quotes because, in the context I was trying to use it (writing a comment) a "closing" quote doesn't make sense.
A screenshot is better to show you what's going on:
It seems like GitHub also struggles rendering this (I reported something similar in the
just
repo a while ago here: https://github.com/casey/just/issues/1626)