peerapats / atom-language-gherkin

Gherkin language support for Atom
26 stars 18 forks source link

key word are highlighted even when inside the text #14

Open idoroseman opened 8 years ago

idoroseman commented 8 years ago

for example, if i write "When I press the Exit Button" the "But" in "Button" get highlighted. fix: add "^" to the match string "match": '^\s*(Given|Then|When|And|But)'