vaulttec / veloedit

Eclipse editor for the Velocity Template Language (VTL)
Eclipse Public License 1.0
41 stars 4 forks source link

Syntax Highlighting on Mars/Neon #9

Closed renebrain closed 8 years ago

renebrain commented 8 years ago

Hey,

does this Tool even work on Mars or Neon? I installed the repository on my eclipse and also installed 'Eclipse 2.0 Style Plugin Support' but it still shows me the entire html code in black color. Only HashValues are shown in pink color.

Is this a bug or is some more setup necessary to get this plugin going?

syntax

tjuerge commented 8 years ago

Starting with version 1.0.6 this plugin is Eclipse 4 compliant and doesn't need the "Eclipse 2.0 Style Plugin Support" anymore.

tjuerge commented 8 years ago

This plugin is only aware of Velocity template code (VTL). So syntax highlighting is only available for VTL. All the other stuff (HTML, XML, ...) is only plain text.

So, it's not a bug, it's a feature ;-)