I am trying to get javascript syntax highlighting to work within an html file using a custom (Play! Framework) tag.
If I wrap my javascript in <script>...</script> tags, all is well.
When using a Play! custom tag #{js}...#{/js} to wrap my javascript, I cannot get highlightling to work.
Des anyone have any ideas?