Beispiel #1
0
 public IPygmentizeBuilder WithLexer(Lexer lexer)
 {
     _lexer = lexer;
     return this;
 }
Beispiel #2
0
 /// <summary>
 /// Iniitializes a new instance of the <see cref="LexerGroupProcessor"/> class
 /// </summary>
 /// <param name="lexer">The <see cref="Lexer"/> to execute over the match group</param>
 public LexerGroupProcessor(Lexer lexer)
 {
     Lexer = lexer;
 }
 /// <summary>
 /// Iniitializes a new instance of the <see cref="LexerGroupProcessor"/> class
 /// </summary>
 /// <param name="lexer">The <see cref="Lexer"/> to execute over the match group</param>
 public LexerGroupProcessor(Lexer lexer)
 {
     Lexer = lexer;
 }