https://github.com/vkosuri/npp-robot
:pencil: Notepad++ syntax highligher for Robotframework automation framework
https://github.com/vkosuri/npp-robot
lang-robot notepad robotframework robotframework-syntax-highlighter syntax-highlighting
Last synced: 3 months ago
JSON representation
:pencil: Notepad++ syntax highligher for Robotframework automation framework
- Host: GitHub
- URL: https://github.com/vkosuri/npp-robot
- Owner: vkosuri
- License: mit
- Created: 2015-12-28T12:18:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-26T09:05:38.000Z (almost 7 years ago)
- Last Synced: 2025-01-30T21:08:26.372Z (3 months ago)
- Topics: lang-robot, notepad, robotframework, robotframework-syntax-highlighter, syntax-highlighting
- Homepage:
- Size: 16.6 KB
- Stars: 32
- Watchers: 5
- Forks: 10
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Robotframework syntax highlighter for :pencil: **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 :pencil: Notepad++ on your machine.
4. From Menu Bar selecte Langugage -> User-Defined
5. Select Import

6. 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.xml`` This thread might help to resolve your issue. https://github.com/vkosuri/npp-robot/issues/3#issuecomment-305343247 [](../labels/comments)
> The sytanx highligher works **.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
* [syntax highligher broken on certain charecters](https://github.com/vkosuri/npp-robot/issues/5) [](../labels/help-wanted) [](../labels/enhancement)## License
This sytanx highlighter is licensed under the [MIT License](https://github.com/vkosuri/npp-robot/blob/master/LICENSE.md).
Enjoy ¯\\\_(ツ)\_/¯