Skip to content

Commit

Permalink
added docs on syntax highlighting (#2351)
Browse files Browse the repository at this point in the history
  • Loading branch information
alimogithub committed Mar 11, 2021
1 parent 595d97d commit 970608c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/Rider/rider-features.md
Expand Up @@ -40,4 +40,16 @@ The plugin also automatically detects any mismatch in step definition names and

![Rider_match](../_static/images/rider_match.gif)

## Syntax highlighting

Syntax highlighting helps you quickly identify unbound steps in your feature files by underlining them:

![Syntax step](../_static/images/syntaxstep.png)

The absence of a red underline indicates that the step is bound. Notice the parameters in bound steps are also colored differently, in this example light grey.

![Syntax parameter](../_static/images/syntaxparameter.png)

*> Note: Syntax highlighting colors may vary depending on your Rider theme.*

![SpecFlow logo](../_static/images/specflow_logov2.png) Please note we are always working to improve and introduce new features to make the plugin more versatile and easy to use.
Binary file added docs/_static/images/syntaxparameter.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/images/syntaxstep.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 970608c

Please sign in to comment.