Skip to content

Stackoverflow Exception #2

Description

@LucidaDragon

`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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions