super(editor);
}
@Override
public IReconciler getReconciler(ISourceViewer sourceViewer) {
XMLReconcilingStrategy strategy = new XMLReconcilingStrategy();
strategy.setEditor((HTMLEditor)editor);
MonoReconciler reconciler = new MonoReconciler(strategy,false);
return reconciler;
}