Exemplo n.º 1
0
 public SyntaxHighlighter()
 {
     this.tokens = new LanguageTokens();
     this.sb = new StringBuilder();
 }
Exemplo n.º 2
0
 public SyntaxHighlighter()
 {
     this.tokens = new LanguageTokens();
     this.sb     = new StringBuilder();
 }