andriyko / sublime-robot-framework-assistant

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

Syntax highlight issue #222

Closed jimpriest closed 6 years ago

jimpriest commented 6 years ago

This is properly colored with a purple keyword:

User click on a finding with Pending Program status ${count}= Get Element Count ${findings_table_rows}

If I change 'user' to 'I' it turns white:

I click on a finding with Pending Program status ${count}= Get Element Count ${findings_table_rows}

aaltat commented 6 years ago

I understand your problem. Unfortunately I don't have time to investigate and fix it, because SeleniumLibrary development is taking all my available time for open source. Most likely bug is in here: https://github.com/andriyko/sublime-robot-framework-assistant/blob/master/Robot.tmLanguage

I am actively looking for a new lead developer for the project, would you happen to know anyone who would be interested?

jsdavis commented 6 years ago

223 That I just submitted might have inadvertently fixed this? In my sample file I used a few test cases that started with "I" and they worked

andriyko commented 6 years ago

@jimpriest , does the fix #223 resolve your issue?

jimpriest commented 6 years ago

Yes! I had actually hacked up a similar fix of my own but @jsdavis beat me to it.