Updated this morning to Sublime Text Build 4126. Seems to have broken syntax highlighting for my JSP files. JSP highlighting has always been a little wonky, but now it really seems to be off. The file type is set to JSTL. I think the syntax highlighting support comes from a package named st3-jstl-syntax-highlight, so maybe the problem is with that.
The top part of my file, which is a block of Java code, seems to be fine. But when it gets into a mix of CSS/JS/more Java/HTML, the highlighting is off. Keywords and variable names are note highlighted at all. Strings usually have some highlighting, and sometimes, function calls are highlighted. But certainly not useful…
Also, when I starting typing variable or function names, I am no longer getting autocomplete suggestions. That is really slowing me down.
Highlighting and autocomplete are working fine in other file types (like Javascript or Java or HTML).
Any suggestions would be appreciated…