Syntax Highlighting in JSP tag

We have a jsp tag that simplifies importing JavaScript files and creating JavaScript blocks. In the block form the tag's body contains JavaScript code, but IDEA doesn't recognize it and doesn't provide syntax highlighting. Is there a way for me to tell IDEA that the body of this tag is always JavaScript?

Thank you.

0

You can use the IntelliLang plugin (separate download for IDEA 7.0, bundled in IDEA 8.0).

0

请先登录再写评论。