/*
* @see
* org.eclipse.core.filebuffers.IDocumentSetupParticipant#setup(org.eclipse.jface.text.IDocument)
*/
public void setup(IDocument document) {
RutaTextTools tools = RutaIdeUIPlugin.getDefault().getTextTools();
tools.setupDocumentPartitioner(document, RutaPartitions.RUTA_PARTITIONING);
}