blob: a228c3438299ac5dcb2db93b71a056cdf7162a20 [file] [log] [blame]
package org.eclipse.wst.sse.core.text;
/**
* Identifies the way that Documents are partitioned.
*
* @since 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$
}