Using Javascript but I am fairly sure it will happen with other languages, when an object inside of it has more than 16K characters the highlighted effect that shows each property inside the object is lost and everything returns to white. With this I mean, the whole code inside the object looks the same and I can not differentiate between each property. I have uploaded a file showing the problem in http://i.imgur.com/sen6cPp.png
The code that is in yellow shows each property inside the object and I can see where each property ends and starts. The code below (The one that starts with "var course = ") is shown with the same color and I can not see where one property ends and another starts.
Is there an option that I could tell sublime to extend the limit of the highlighted feature so it covers at least 32K of code. I am using ST 3 on Ubuntu.