Open
Description
Describe the issue
When there is a '<' in someline, but without a '>', the line and following lines are highlighted wrongly
Which language seems to have the issue?
gherkin
Are you using highlight
or highlightAuto
?
highlight
Sample Code to Reproduce
Feature: foo
Scenario: test scenario <foo>
Given a < b
Then a is less than b
Expected behavior
Additional context