I just downloaded IntelliJ 15.0.1 Community Edition because i\'m sick of Eclipse and it looks horrible on my laptop (Ubuntu 14.04 LTS). Everything was going pretty well until I
You must create a own JSP File Type e.g. "My JSP". The registered File Patterns must be:
*.j?p
*.j?pf
(*.jsp are reserved)
In the default File Type: "JSP Files (syntax Highlighting Only)" you must delete the File Patterns *.jsp.
Set it to e.g. *.jjj
.
Then the IntelliJ Idea saves this File Type and after a Restart the Settings are still available.