All Projects → vkosuri → Npp Robot

vkosuri / Npp Robot

Licence: mit
📝 Notepad++ syntax highligher for Robotframework automation framework

Projects that are alternatives of or similar to Npp Robot

Robotframework
Generic automation framework for acceptance testing and RPA
Stars: ✭ 6,534 (+26036%)
Mutual labels:  robotframework
Matlab Schemer
Apply and save color schemes in MATLAB with ease.
Stars: ✭ 708 (+2732%)
Mutual labels:  syntax-highlighting
Asciidoc Kate
AsciiDoc/AsciiDoctor syntax highlighting plugin for Kate editor/KatePart
Stars: ✭ 5 (-80%)
Mutual labels:  syntax-highlighting
Ngx Markdown
Angular markdown component/directive/pipe/service to parse static, dynamic or remote content to HTML with syntax highlight
Stars: ✭ 687 (+2648%)
Mutual labels:  syntax-highlighting
Bat
A cat(1) clone with wings.
Stars: ✭ 30,833 (+123232%)
Mutual labels:  syntax-highlighting
Nord Visual Studio Code
An arctic, north-bluish clean and elegant Visual Studio Code theme.
Stars: ✭ 749 (+2896%)
Mutual labels:  syntax-highlighting
Ruby jard
Just Another Ruby Debugger. Provide a rich Terminal UI that visualizes everything your need, navigates your program with pleasure, stops at matter places only, reduces manual and mental efforts. You can now focus on real debugging.
Stars: ✭ 669 (+2576%)
Mutual labels:  syntax-highlighting
New Moon
🌙 ‎ The optimized dark theme for web development.
Stars: ✭ 918 (+3572%)
Mutual labels:  syntax-highlighting
Gatsby Gitbook Starter
Generate GitBook style modern docs/tutorial websites using Gatsby + MDX
Stars: ✭ 700 (+2700%)
Mutual labels:  syntax-highlighting
Imguicolortextedit
Colorizing text editor for ImGui
Stars: ✭ 772 (+2988%)
Mutual labels:  syntax-highlighting
Hugo Tranquilpeak Theme
A gorgeous responsive theme for Hugo blog framework
Stars: ✭ 686 (+2644%)
Mutual labels:  syntax-highlighting
Rich
Rich is a Python library for rich text and beautiful formatting in the terminal.
Stars: ✭ 31,664 (+126556%)
Mutual labels:  syntax-highlighting
Semshi
🌈 Semantic Highlighting for Python in Neovim
Stars: ✭ 758 (+2932%)
Mutual labels:  syntax-highlighting
Vscode Styled Components
Syntax highlighting for styled-components
Stars: ✭ 680 (+2620%)
Mutual labels:  syntax-highlighting
6502 Npp Syntax
Notepad++ Syntax Highlighting for 6502 Assembly (and NESASM)
Stars: ✭ 17 (-32%)
Mutual labels:  syntax-highlighting
Vscode Terraform
A Visual Studio Code extension for Hashicorp Terraform
Stars: ✭ 672 (+2588%)
Mutual labels:  syntax-highlighting
Codeview Android
Display code with syntax highlighting ✨ in native way.
Stars: ✭ 748 (+2892%)
Mutual labels:  syntax-highlighting
Clygments
🎨 Code highlighting using Pygments in Clojure
Stars: ✭ 22 (-12%)
Mutual labels:  syntax-highlighting
Sublimetext
Caddyfile syntax highlighting for Sublime Text 3
Stars: ✭ 17 (-32%)
Mutual labels:  syntax-highlighting
Rsyntaxtextarea
A syntax highlighting, code folding text editor for Java Swing applications.
Stars: ✭ 767 (+2968%)
Mutual labels:  syntax-highlighting

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. 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.

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].