eclipse-jdt / eclipse.jdt.ui

Eclipse Public License 2.0
36 stars 86 forks source link

Syntax Highlighting from ext point - Initial work #1595

Open BoykoAlex opened 3 weeks ago

BoykoAlex commented 3 weeks ago

Addresses #1594

Naive extension point to contribute syntax highlighting into Java editor. This work is purely for demonstration purposes.

Requires a lot of performance work and API polishing.

(cc: @martinlippert)