Language Gherkin
Gherkin language support for Pulsar editor.
Features
- 🎨 Syntax highlighting for
.feature
files - 🌍 Support for multiple languages (English, Spanish, French, German, etc.)
- ⚡ Code snippets for common Gherkin constructs
- 📊 Support for tables, doc strings, and parameters
- 🏷️ Tag highlighting (@tags)
Installation
From Pulsar Package Manager
ppm install gherkin-language
Manual Installation
- Download this package
- Copy to
~/.pulsar/packages/gherkin-language
- Restart Pulsar
Usage
Create or open any .feature
file and start writing Gherkin scenarios!
snippets
Type these and press Tab:
feature
- Feature templatescenario
- Scenario templateoutline
- Scenario outline templategiven
,when
,then
- Step keywords
Contributing
Pull requests welcome! Please read the contributing guidelines.