blob: 3b8a4fa864db4ca896dd7d314bb9278852d6cda9 [file] [log] [blame]
package org.eclipse.wst.css.core.internal.provisional.text;
import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredPartitionTypes;
/**
* This interface is not intended to be implemented. It defines the
* partitioning for CSS and all its partitions. Clients should reference the
* partition type Strings defined here directly.
*
* @plannedfor 1.0
*/
public interface ICSSPartitionTypes extends IStructuredPartitionTypes {
String STYLE = "org.eclipse.wst.css.STYLE"; //$NON-NLS-1$
}