npp-robot
npp-robot copied to clipboard
:pencil: Notepad++ syntax highligher for Robotframework automation framework
Robotframework syntax highlighter for :pencil: Notepad++
Importing a user defind language in Notepad++
-
Download the repository from GitHub https://github.com/vkosuri/npp-robot/archive/master.zip
-
Extract zipped file into local directory.
-
Open :pencil: Notepad++ on your machine.
-
From Menu Bar selecte Langugage -> User-Defined

-
Select Import

-
Select UDL xml lang-robot.xml file
After import you will observe the syntax highlighter start working :boom: :sparkles: :tada:
If you find any difficuty while importing
lang-robot.xmlThis thread might help to resolve your issue. https://github.com/vkosuri/npp-robot/issues/3#issuecomment-305343247
The sytanx highligher works <file_name>.robot extension files only
A sample screenshot that summaries the how it looks.

Colors used
Blue - Keywords.
Orange - Variables.
Green - Comments.
History
See release notes for changes https://github.com/vkosuri/npp-robot/releases
Development pattern for contributors
- Create a fork of the main repository on GitHub.
- Make your changes in a branch named something different from master, e.g. create a new branch my-pull-request.
- Create a pull request.
Known issues
License
This sytanx highlighter is licensed under the MIT License.
Enjoy ¯\_(ツ)_/¯


