-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
`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 for the first time. Am I doing something wrong?
Metadata
Metadata
Assignees
Labels
No labels