예제 #1
0
파일: Git.cs 프로젝트: abbottdev/PowerArgs
 public void Configure(SimpleSyntaxHighlighter highlighter)
 {
     highlighter.AddRegex("#.*", ConsoleColor.Cyan);
 }
예제 #2
0
파일: Git.cs 프로젝트: abbottdev/PowerArgs
 public void Configure(SimpleSyntaxHighlighter highlighter)
 {
     highlighter.AddKeyword("release", ConsoleColor.Red, comparison: StringComparison.InvariantCultureIgnoreCase);
 }
예제 #3
0
파일: Git.cs 프로젝트: abbottdev/PowerArgs
 public void Configure(SimpleSyntaxHighlighter highlighter)
 {
     highlighter.AddKeyword("master", ConsoleColor.Green);
 }