I created a basic editor that has a code autofill function and also shows a list of options. Now I want to add to highlight a suitable bracket . I do not know how to do that!
Any help would be great :)
Update
I know some basic algorithm to find a suitable bracket, but I donβt know how to highlight it! [change the color or make it in bold from the corresponding bracket].
I am using a multiline text file for this problem.
source share