AmailP / robot-plugin

Robot Framework support plugin for IntelliJ Idea
Other
72 stars 38 forks source link

Syntax highlighting does not highlight "Gherkhin" keywords #40

Open robco opened 7 years ago

robco commented 7 years ago

In the example below I would expect to see the words "Given", "When", "And", "Then" to be displayed in different color:

Test Case

Empty login Given User is on login page When User types in credentials And User submits login dialog Then User should remain on login page And Error message should be displayed

Keywords User is on login page ...

User types in credentials ...

User submits login dialog ...

User should remain on login page ...

Error message should be displayed ...