JSP. How can I make IDEA to understand some tag's content as JAVASCRIPT?
Hi!
I use IDEA to develop liferay project. Liferay has tag aui:script which is for javascript. How can I configure IDEA that it'll understand content as javascript?
Thanks beforehand!
Please sign in to leave a comment.
Update.
You can inject languages at certain places (e.g. in body of your desired tag) using bundled IntelliLang plugin.
Thank you very much for answer, Yann!
It is exactly what I need!