}
@Override
public IReconciler getReconciler(ISourceViewer sourceViewer) {
JsonReconcilingStrategy strategy = new JsonReconcilingStrategy();
strategy.setTextEditor(textEditor);
MonoReconciler reconciler = new MonoReconciler(strategy,false);
return reconciler;
}