textmate / groovy.tmbundle

TextMate support for Groovy
69 stars 31 forks source link

Syntax highlighting breaks in a GSP for @page import="" statement. #7

Closed wondersloth closed 12 years ago

wondersloth commented 12 years ago
<%@page import="grails.converters.deep.JSON" %>

<html>
<head>
  <title><g:message code="my.title"/></title>
</head>
<body>
  <div class="monkey"></div>
</body>
</html>

The rest of the page's syntax will break when the <%@page import="grails.converters.deep.JSON" %> is present.

ldaley commented 11 years ago

Thanks @infininight!