return;
}
IStructuredDocumentRegion node = fNodes;
final LineStyleProviderForPhp styler = new LineStyleProviderForPhp();
final Collection holdResults = new ArrayList();
styler.prepareTextRegions(node, 0, fNodes.getEnd(), holdResults);
for (Iterator iter = holdResults.iterator(); iter.hasNext();) {
StyleRange element = (StyleRange) iter.next();
fText.setStyleRange(element);
}