blob: 3b7c43401afce64857ec1300b217fed0ccf4a35c [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";
}