IntelliJ IDEA中的语言注入Grails asset-pipeline插件

Jul*_*Ooi 7 javascript grails intellij-idea asset-pipeline

我想知道如何在IntelliJ IDEA中为下面的代码块设置语言注入.

我希望将其中的内容<asset:script/>视为JavaScript:

<body>
    <asset:script type="text/javascript">
        console.debug("javascript here");
    </asset:script>
</body>
Run Code Online (Sandbox Code Playgroud)

提前致谢.