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

后端 未结 2 1855
轮回少年
轮回少年 2020-11-30 13:01

in google script editor

function foo(){ . . . // more than 100 lines . . }

clicking on { or } highlights both in red

with less than 100 lines both

2条回答
  •  醉话见心
    2020-11-30 13:44

    It doesn't effect the code being run, see issue 2237 in the issue tracker :

    Terminating curly bracket in function definition won't turn green

提交回复
热议问题