Skip to content

Commit

Permalink
Merge pull request #118 from SpecFlowOSS/91-arguments-are-not-noticeable
Browse files Browse the repository at this point in the history
Arguments are not noticeable
  • Loading branch information
nemesv authored May 31, 2021
2 parents 87a0f9e + 78ed236 commit 9bc7cf8
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 9bc7cf8

Please sign in to comment.