language-service
language-service copied to clipboard
Editor token for Feature, Rule and Scenario keywords
🤔 What's the problem you're trying to solve?
Currently, the editor does not assign a distinct token to the names of Scenario, Rule and Feature keywords. This limits the ability to style or identify these elements separately.
✨ What's your proposed solution?
Assign a dedicated token (e.g., namespace:cucumber, class:cucumber, function:cucumber) to the text following the Feature, Scenario and Rule keywords.
⛏ Have you considered any alternatives or workarounds?
No response
📚 Any additional context?
No response