Skip to content

📝 Notepad++ syntax highligher for Robotframework automation framework

License

Notifications You must be signed in to change notification settings

vkosuri/npp-robot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Robotframework syntax highlighter for 📝 Notepad++

Importing a user defind language in Notepad++

  1. Download the repository from GitHub https://github.com/vkosuri/npp-robot/archive/master.zip

  2. Extract zipped file into local directory.

  3. Open 📝 Notepad++ on your machine.

  4. From Menu Bar selecte Langugage -> User-Defined

    user-defined-pop-up

  5. Select Import

    import-undock

  6. Select UDL xml lang-robot.xml file

After import you will observe the syntax highlighter start working 💥 ✨ 🎉

If you find any difficuty while importing lang-robot.xml This thread might help to resolve your issue. #3 (comment)

The sytanx highligher works <file_name>.robot extension files only

A sample screenshot that summaries the how it looks.

syntax-highlighter

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 ¯\_(ツ)_/¯