Greetings,
I am reviewing some code in the Gauss programming language. In it, loops can begin with do and end with endo? How do I see which endo matches which do. I want to see an outline of the structure of the code. What would be really cool is to highlight in different colors different blocks of code (e.g. main loop in blue, nested loop in yellow, loop nested inside that in green, etc).
a) How can I figure out the matching do/endo pairs? b) Is the color highlighting I described possible?