[jbosstools-issues] [JBoss JIRA] (JBIDE-18245) Freemarker syntax highlight issues

Jiri Peterka (JIRA) issues at jboss.org
Wed Sep 3 06:23:00 EDT 2014


Jiri Peterka created JBIDE-18245:
------------------------------------

             Summary: Freemarker syntax highlight issues
                 Key: JBIDE-18245
                 URL: https://issues.jboss.org/browse/JBIDE-18245
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: freemarker
    Affects Versions: 4.2.0.CR1
         Environment: JBDS 8.0.0.CR1
            Reporter: Jiri Peterka
             Fix For: 4.3.0.Alpha1
         Attachments: syntax-highlight-issue.png

Create ftl file and paste:
{code}
<html>
<head>
  <title>Welcome!</title>
</head>
<body>

  <h1>Welcome ${user}!</h1>
  <p>Our latest product:
  <a href="${latestProduct.url}">${latestProduct.name}</a>
   <#assign x = 1 />.
   <#assign y = 1 />
<#assign z = 1 />
</body>
</html>
{code}
Syntax highlighting works very strange, see screenshot and make some atttempts, you will see it for your own. 



--
This message was sent by Atlassian JIRA
(v6.3.1#6329)


More information about the jbosstools-issues mailing list