andriyko / sublime-robot-framework-assistant

Robot Framework plugin for Sublime Text3
MIT License
109 stars 43 forks source link

Highlight BDD Prefixes in different color #225

Closed tueksta closed 5 years ago

tueksta commented 5 years ago

As specified in http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#behavior-driven-style these 5 keywords at beginning are considered prefixes that will still succeed in finding a keyword that does not have the prefix.

I hope I did it correctly, it works nicely for me so far.

andriyko commented 5 years ago

@tueksta , thank you for the contribution. @aaltat , could you please take a look? I would like to merge this PR.

aaltat commented 5 years ago

Looking good also for my eyes.