I’ve noticed that Sublime doesn’t support more that 61 nested levels of code. Here is an example of JavaScript object which has 62 nested objects. The last a
property is not highlighted at all (and if I add more nested objects, they stay black). You can see it here. I am posting here the actual code:
+{'a':{'a':{'a':{'a':{'a':{'a':{'a':{'a':{'a':{'a':{'a':{'a':{'a':{'a':{'a':{'a':{'a':{'a':{'a':{'a':{'a':{'a':{'a':{'a':{'a':{'a':{'a':{'a':{'a':{'a':{'a':{'a':{'a':{'a':{'a':{'a':{'a':{'a':{'a':{'a':{'a':{'a':{'a':{'a':{'a':{'a':{'a':{'a':{'a':{'a':{'a':{'a':{'a':{'a':{'a':{'a':{'a':{'a':{'a':{'a':{'a':{}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}};
If I add, for example, 100 nested objects, everything after 61th is not highlighted, as you can see here. Is something wrong with my Sublime preferences, or is it really a bug. If maximal nested level can be manually modified somewhere in options, where I can found more info about it?