I should see a status of '<Status>', an event type of '<Event Type>'
then the words , an event type of are highlighted as if they are quoted--which, they aren't; this is only present when the quotes are preceded by a comma.
Screenshot of what I mean. It looks like you're just not escaping the quotes correctly when a , is present.
Also, the scope for that is spelled incorrectly. It should be string.single.quote.gherkin instead of string.single.qoute.gherkin.
If I have:
I should see a status of '<Status>', an event type of '<Event Type>'
then the words
, an event type of
are highlighted as if they are quoted--which, they aren't; this is only present when the quotes are preceded by a comma.Screenshot of what I mean. It looks like you're just not escaping the quotes correctly when a
,
is present.Also, the scope for that is spelled incorrectly. It should be
string.single.quote.gherkin
instead ofstring.single.qoute.gherkin
.