highlight
highlight copied to clipboard
A relatively simple and extensible syntax highlighter written in C#
Same example as #3. ```c# static void Main(string[] args) { var highlighter = new Highlighter(new HtmlEngine()); var s = @" static void Main(string[] args) { var highlighter = new Highlighter(new...
`Private Highlighter As New Highlight.Highlighter(New Highlight.Engines.RtfEngine) Private Sub RichTextBox1_TextChanged(sender As Object, e As EventArgs) Handles RichTextBox1.TextChanged RichTextBox1.Rtf = Highlighter.Highlight("Python", RichTextBox1.Text) End Sub` Throws a stackoverflow exception when highlighter.highlight is called...
System.Drawing is only supported in Windows environments. This PR replaced the Color class from System.Drawing with a standalone implementation and removes the `System.Drawing` usings. The IDE formatted some code that...