Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-18245

Freemarker syntax highlight issues

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 4.3.0.Beta1
    • 4.2.0.CR1
    • freemarker
    • None
    • Sprint #3 May 2015
    • 5

      Create ftl file and paste:

      <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>
      

      Syntax highlighting works very strange, see screenshot and make some atttempts, you will see it for your own.

            nivologd@gmail.com Denis Golovin (Inactive)
            jpeterka_jira Jiri Peterka (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: