Nodeclipse / nodeclipse

Nodeclipse-1 : Eclipse plugin for Node.js, PhantomJS development (Nodeclipse core plugin); Maven and Gradle (with Android) plugins
https://nodeclipse.github.io/
158 stars 78 forks source link

Minimalist Jade Editor not highlighting tags #209

Open raafaar opened 8 years ago

raafaar commented 8 years ago

Hello, I've just installed nodeclipse for code coloring of jade and for build.gradle files. It has many features, but now I only need these two.

Unfortunately, the highlight of HTML tags in the Minimalist jade editor is not working for me. They appear as normal text (black text). It only highlights keywords like 'var', 'if', 'in' and the strings get colorer in blue.

Here is an screenshot: screenshot from 2016-04-19 14 27 06

I'm using Eclipse kepler. The editor is org.nodeclipse.enide.editors.jade Minimalist Jade Editor version 1.0.2.201509250223 Nodeclipse version 1.0.2.201509250223

Is this intended to be like this? Or do I misconfigured something?

thank you in advance

paulvi commented 8 years ago

Help wanted.

Take a look at sources, starting at https://github.com/Nodeclipse/nodeclipse-1/blob/master/org.nodeclipse.enide.editors.jade/src/org/nodeclipse/enide/editors/jade/highlight/Words.java