andriyko / sublime-robot-framework-assistant

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

Updated syntax definition to work with pipe separators as well as spaces #223

Closed jsdavis closed 6 years ago

jsdavis commented 6 years ago

I was inspired by knight-corvi's work in PR #202 to update syntax highlighting for pipes, so I decided to finish what he started.

Using this syntax file, Robot Framework Assistant should have full support for both pipes and spaces as separators. Here's a screenshot of it in action:

screen shot 2018-08-21 at 11 39 33 am
andriyko commented 6 years ago

I haven't worked with Robot Framework for a long time already so I can't verify the proposed change. But it looks good to me based on the regular expressions being updated within this change. @aaltat , what do you think?

aaltat commented 6 years ago

It looks ok also for me from the mobile screen. I will try to find time to look at it also from a bigger screen.

andriyko commented 6 years ago

@jsdavis , thank you!