Sublime Forum

4124 update causes problems with JSP syntax support

#1

Just updated to 4124 (and the previous recent update), and now JSP syntax generates errors upon editor startup (when JSP files are open in the session). As far as I can tell I don’t have any local overrides to the syntax files.

The error is simply “Unable to read”, though other syntax files seem to work fine.

(On Ubuntu 21.04, Sublime Text 3)

e: I have no idea where the syntax files are stored, and so far no amount of searching the Internet has revealed the secret.

ee: When I bring up the language chooser from the bottom right side button, there’s no JSP choice under the “Java” grouping.

0 Likes

#2

Does it happen in safe mode?

0 Likes

#3

Yes, it does. I can open the editor in safe mode, and JSP is missing from the file type chooser.

0 Likes

#4

When I look at the syntax package file, I don’t see (as far as I can tell) a JSP syntax file in there.

  813  2021-12-06 14:19   CSS (for JSP).sublime-syntax
 1890  2021-12-06 14:19   Default.sublime-keymap
16441  2021-12-06 14:19   HTML (JSP).sublime-syntax
 1279  2021-12-06 14:19   Java (for HTML).sublime-syntax
  882  2021-12-06 14:19   Java (for JSP).sublime-syntax
  595  2021-12-06 14:19   Java - Comments.tmPreferences
  365  2021-12-06 14:19   Java - Completion Rules.tmPreferences
  456  2021-12-06 14:19   Java - Indentation Rules (Comments).tmPreferences
 2388  2021-12-06 14:19   Java - Indentation Rules.tmPreferences
21587  2021-12-06 14:19   Java.sublime-completions
  143  2021-12-06 14:19   Java.sublime-settings
93474  2021-12-06 14:19   Java.sublime-syntax
  110  2021-04-02 13:30   JavaC.sublime-build
 9357  2021-12-06 14:19   JavaDoc.sublime-syntax
  476  2021-12-06 14:19   JavaProperties - Comments.tmPreferences
 1489  2021-12-06 14:19   JavaProperties.sublime-syntax
  822  2021-12-06 14:19   JavaScript (for JSP).sublime-syntax
0 Likes

#5

Ah. Apparently the file type name changed from “JSP” to “HTML (JSP)”

0 Likes

#6

Continued here: https://github.com/sublimehq/sublime_text/issues/5096

0 Likes