blob: 92068a22a74f62da0b6571a9eed4cbaa2df68e3e [file] [log] [blame]
package org.eclipse.wst.jsdt.web.core.text;
import org.eclipse.wst.html.core.text.IHTMLPartitions;
/**
* This interface is not intended to be implemented. It defines the partition
* types for JSP. Clients should reference the partition type Strings defined
* here directly.
*
* @since 1.1
*/
public interface IJsPartitions {
String HtmlJsPartition = IHTMLPartitions.SCRIPT;
//$NON-NLS-1$
}