Skip to content

Commit

Permalink
Change default colour for steps arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
Socolin committed May 30, 2021
1 parent 049cd3f commit c2c45ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ namespace ReSharperPlugin.SpecflowRiderPlugin.SyntaxHighlighting
Layer = HighlighterLayer.SYNTAX),
RegisterHighlighter(REGEXP_PARAMETER,
GroupId = GroupID,
FallbackAttributeId = IdeaHighlightingAttributeIds.NOT_USED_ELEMENT_ATTRIBUTES,
FallbackAttributeId = IdeaHighlightingAttributeIds.STRING,
Layer = HighlighterLayer.SYNTAX),
RegisterHighlighter(TABLE_CELL,
GroupId = GroupID,
Expand Down

0 comments on commit c2c45ff

Please sign in to comment.