I need to implement a simple ini file editor using RichTextBox. I want to show some syntax highlighting. Is there any simple libraries or easy implement method available?
I did some searching and came across this https://github.com/jacobslusser/ScintillaNET but not entirely sure how to use this.