andriyko / sublime-robot-framework-assistant

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

Provides syntax highlight support for environment variables #187

Closed aaltat closed 7 years ago

aaltat commented 7 years ago

Robot Framework environment variables uses %{XXXX} as a syntax for environment variables. This commit provides support to highlight properly the Robot Framework environment variables.

Fixes #184