jps wrote:There isn't a limit on the number of brackets, but there is a limit on how much of the buffer will be searched for the matches - it's currently 4000 characters for visualisation, and 10000 characters for jump to matching bracket
I probably hit the limit, if I remember well there is more than 4000 lines in the files where I noticed it, so probably more than 10000 char.
Maybe the limit for jump matching must be increased since it's probably not hit the global performance of ST (I suppose it only search when the command is executed).
jps wrote:Can you link/email me an example of the code that's giving you an issue?
Default (Windows).sublime-keymap
The outer bracket didn't work.
The others are both in Ext JS 4 package from Sencha, it's big JSON and big javascript.
Didn't find it online, but I could send you some of them on Monday if you need it.
Thanks for your reply.