Hello,
I have created a Robot framework syntax highlighting for Notepad++ which is located at https://github.com/vkosuri/lang-robot
Below screen shot summaries the how it looks and color represents
Blue - Keywords
Orange - Variables
Green - Comments
Please have a look and update your suggestions/improvements/comments?
Thanks
Malli
It seems this plugin work with .robot file only.
*** Settings ***Documentation Verify ability to upgrade and downgrade FWSuite Setup yada yada yada ${VAR_1} ${VAR_2}Suite Teardown yada yada yada ${VAR_1} ${VAR_2}
*** Test Cases ***Test Case 1 [Documentation] blah blah blah Change FW ${FW_NEW} ${result}= Check Firmware Log ${result}
Test Case 2 [Documentation] blah blah blah Change FW ${FW_OLD} ${result}= Check Firmware Log ${result}
*** Keywords ***Upgrade FW [Documentation] blah blah blah Change FW ${FW_NEW} ${result}= Check Firmware Log ${result}
Downgrade FW [Documentation] blah blah blah Change FW ${FW_OLD} ${result}= Check Firmware Log ${result}
*** Variables ***${regexp} <i>main.bin<\/i>.*([0-9]+.[0-9]+.[0-9]+.[0-9]+)
*** Test Cases ***Test Case 1 [Documentation] blah blah blah Change FW ${FW_NEW} ${result}= Check Firmware Log ${result}
Test Case 2 [Documentation] blah blah blah Change FW ${FW_OLD} ${result}= Check Firmware Log ${result}
*** Keywords ***Upgrade FW [Documentation] blah blah blah Change FW ${FW_NEW} ${result}= Check Firmware Log ${result}
Downgrade FW [Documentation] blah blah blah Change FW ${FW_OLD} ${result}= Check Firmware Log ${result}