blob: f7e940c2d4b0053b570ee44bc289107cf7a61700 [file] [log] [blame]
package org.eclipse.wst.sse.core.internal.provisional.text;
/**
* Identifies the way that Documents are partitioned.
*
* @plannedfor 1.0
*/
public interface IStructuredPartitioning {
/** String to identify default partitioning*/
String DEFAULT_STRUCTURED_PARTITIONING = "org.eclipse.wst.sse.core.default_structured_text_partitioning"; //$NON-NLS-1$
}