PowerArgs.Cli.FixedHighlightTokenHighlighter.ShouldBeHighlighted C# (CSharp) Method

ShouldBeHighlighted() public abstract method

Determines if this highlighter should highlight the current token with this highlighter's foreground and background colors.
public abstract ShouldBeHighlighted ( RichCommandLineContext readerContext, HighlighterContext highlighterContext ) : bool
readerContext RichCommandLineContext context from the reader
highlighterContext HighlighterContext context about the current token
return bool
        public abstract bool ShouldBeHighlighted(RichCommandLineContext readerContext, HighlighterContext highlighterContext);