https://github.com/famished-tiger/gherkin-highlighting
Syntax highlighting for Gherkin (.feature files) in Notepad++
https://github.com/famished-tiger/gherkin-highlighting
cucumber feature-file gherkin notepad-plus-plus notepadplusplus
Last synced: 5 months ago
JSON representation
Syntax highlighting for Gherkin (.feature files) in Notepad++
- Host: GitHub
- URL: https://github.com/famished-tiger/gherkin-highlighting
- Owner: famished-tiger
- License: mit
- Created: 2013-01-29T20:22:56.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-05-29T20:09:04.000Z (almost 12 years ago)
- Last Synced: 2024-04-21T02:08:16.023Z (about 1 year ago)
- Topics: cucumber, feature-file, gherkin, notepad-plus-plus, notepadplusplus
- Size: 98.6 KB
- Stars: 8
- Watchers: 2
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Add syntax highlighting for your Cucumber feature files in Notepad++
====================================================================If you write your specifications/tests with Cucumber in the Notepad++ editor,
then adding syntax highlighting for feature files to your favourite editor is a must.With the XML file provided here, Notepad++ will emphasize feature file elements such as:
@tags, \#comments, keywords like Scenario, Given, When, Then..Pre-requisites
--------------
Notepad version 6.2+Installation
------------
- Download the file "feature_udl.xml" file from this project.
- In Notepad++ open the Language menu and select the "Define your language..." option.
- In the "User Defined Language v2.0" dialog box, click on the "Import..." button.
- Select the "feature_udl.xml" file you downloaded in the first step.
- After the import succeeded, close the dialog box.At this point, any file with the extension .feature opened in Notepad++ will have its syntax lighlighted.
Customization
-------------
The "feature_udl.xml" file is formatted for the new UDL2 (User-Defined Language) interface that is officially part of the Notepad++ 6.2+ build.
It offers more flexibility than the older language-extension of Notepad++.
You can customise the syntax highligthing (i.e. change the colors, fonts,...) any time after the installation.For more details about UDL2, consult its documentation at:
Copyright
---------
Copyright (c) 2013, Dimitri Geshef. See LICENSE.txt for details.