Missing "parameter:cucumber" token for Scenario Outline
- Dominant language
- TypeScript
- Stars
- 88
- Forks
- 33
- PR merge metrics
- No merged PRs in 30d
Description
### 👓 What did you see?
The editor does not properly assign the `parameter:cucumber` token to scenario outline parameters when an `Examples` table is provided.
```cucumber
Feature: Base feature
Scenario: Base scenario
Given I am logged in as "string"
Scenario Outline: Assign by appropriate users
Given I am logged in as "string"
And I am logged in as ""
Examples:
| parameter |
| value |
```

p.s. I'm taking this issue and will start working on a fix.
### ✅ What did you expect to see?
The `"string"` in the scenario outline should be tokenized as "parameter:cucumber"
### 📦 Which tool/library version are you using?
_No response_
### 🔬 How could we reproduce it?
_No response_
### 📚 Any additional context?
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.