X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/php/IPHPPartitionScannerConstants.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/php/IPHPPartitionScannerConstants.java index 8e24e5e..9d9c023 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/php/IPHPPartitionScannerConstants.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/php/IPHPPartitionScannerConstants.java @@ -11,11 +11,12 @@ package net.sourceforge.phpeclipse.phpeditor.php; public interface IPHPPartitionScannerConstants { public final static String PHP = "__php"; //$NON-NLS-1$ - public final static String PHP_MULTILINE_COMMENT = "__php_multiline_comment"; - public final static String JAVASCRIPT = "__javascript"; - public final static String JS_MULTILINE_COMMENT = "__js_multiline_comment"; - public final static String CSS = "__css"; - public final static String CSS_MULTILINE_COMMENT = "__css_multiline_comment"; - public final static String HTML = "__html"; + public final static String PHP_MULTILINE_COMMENT = "__php_multiline_comment"; //$NON-NLS-1$ + public final static String PHP_STRING = "__php_string"; //$NON-NLS-1$ + public final static String JAVASCRIPT = "__javascript"; //$NON-NLS-1$ + public final static String JS_MULTILINE_COMMENT = "__js_multiline_comment"; //$NON-NLS-1$ + public final static String CSS = "__css"; //$NON-NLS-1$ + public final static String CSS_MULTILINE_COMMENT = "__css_multiline_comment"; //$NON-NLS-1$ + public final static String HTML = "__html"; //$NON-NLS-1$ public final static String HTML_MULTILINE_COMMENT = "__html_multiline_comment"; //$NON-NLS-1$ }