Trisha Smith Unmatched ()[]{} highlighting project for math480A
Things to change/notes:
This was a project for my mathematical programming class. Eventually it
will probably be built into the software but right now it is just a
small javascript based text highlighter. It highlights unmatched
parenthesis, braces, or brackets within the textarea.
It's a little slow. I'm working on ways to speed it
up, but I think at this point because of all the text processing that
goes on, it might be best attach the functionality to a key sequence or
a button that allows you to check where your unmatched parens are. It's
not too bad if there aren't any unmatched characters...
Comment blocks are denoted by """ (3 quotation marks).