binder.bind(IHighlightingConfiguration.class).to(CssExtHighlightingConfiguration.class);
binder.bind(CssExtParser.class).toInstance(new CssExtParser());
binder.bind(ICssExtManager.class).toInstance(new CssExtManager());
binder.bind(CssExtDocParser.class).toInstance(new CssExtDocParser());
binder.bind(LoggerFactory.class).toProvider(OSGiLoggerFactoryProvider.class);
binder.bindListener(Matchers.any(), new FXLoggerListener());
// bind hovering to css provider