Hey All,
I feel like this should be so simple, but it's eluding me!
I'm trying to make:
<aui:script use="xxx,yyy,zzz">
function a() {
alert('test');
}
</aui:script>
highlight and self indent EXACTLY like:
<script>
function a() {
alert('test');
}
</script>
I tried duplicating the script part in the language injections settings in 11.1 ultimate, and adding aui as a prefix but it didn't work.
Is there any way to do this?
Thanks!!