Why does google script editor stop paren matching after 100 lines in a function and does it affect the code?

I’ve tried this myself, and reproduced your results, using Chrome on Windows Vista. The paren matching went Red with exactly 100 blank lines between the opening and closing braces. Steps to try, for the non-believers: In Drive / Docs, create a new script for a blank project. Start with the template for “myFunction()”. Place the … Read more