public class DjHTMLOutlineContentProvider extends HTMLOutlineContentProvider {
public DjHTMLOutlineContentProvider(AbstractThemeableEditor editor) {
super(editor);
addSubLanguage(IDjConstants.CONTENT_TYPE_DJANGO_HTML, new CommonOutlineContentProvider());
}