how to get syntax highlighting for jsp files in intellij?
Hi, I'm fairly new at IntelliJ. I opened a samplePlugin project, was able to make it build. However, upon poking around in it, I found that none of the "*.jsp" files would display unless I chose "text file" for the type. I looked for a "jsp" entry in the list, but did not see one.
Is there a way to add a JSP file type to the list of recognized file types?
Thanks!
-chris
请先登录再写评论。
Hello Chris,
The JSP support is included only in IntelliJ IDEA Ultimate.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
I do have Ultimate, far as I can tell. The "About" page says "Licensed to DRW Holdings LLC".
Attachment(s):
Screenshot- .png
Hello Chris,
Then please make sure that the Java EE plugin is enabled and that the .jsp
extension is mapped to the Java Server Pages file type.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
That did the trick, thanks Dmitry!