I recently updated to the latest build of Sublime (build 3200), but I’m extremely annoyed by how it highlights deprecated Javascript features.
I get that it’s supposed to be helpful / informative, but it’s highlighting things like ‘escape’ as deprecated terms. I have a script that declares ‘escape’ as something completely different, but I still see the obnoxious deprecated highlighting everywhere. Is there a way to override the Javascript syntax and break this ‘feature’?
Thanks