andriyko / sublime-robot-framework-assistant

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

Variable table syntax higligh in wrong colour #188

Closed aaltat closed 7 years ago

aaltat commented 7 years ago

If I have this:

&{SYSVAR_DICT}    Platform:=Android
...                        Type:=Custom

Then line ... Type:=Custom is highlighted with keyword color and it is not correct. Fix syntaxt definitions not highlight ... Type:=Custom

aaltat commented 7 years ago

Change this: <string>^\S+</string> to <string>^[^\.{3}]\S+</string> in Robot.tmLanguage file