IntelliJ community edition JSP Syntax highlighting

前端 未结 3 1654
花落未央
花落未央 2021-02-13 15:48

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

3条回答
  •  旧时难觅i
    2021-02-13 16:28

    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.

提交回复
热议问题