I am using a template library that our company has developed.
It is really great, however, we are using a tag:
<g:js>
// javascript code
</g:js>
This tag does some stuff but essentially that is javascript code with some objects passed to it at the client.
How can I get intellij to recognize this as javascript code? Right not it is being treated as plain text.