X-Git-Url: http://secure.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/IPreferenceConstants.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/IPreferenceConstants.java index 8fea4a1..97775d7 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/IPreferenceConstants.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/IPreferenceConstants.java @@ -138,10 +138,10 @@ public interface IPreferenceConstants { public static final String PHP_SINGLELINE_COMMENT_BOLD = "_php_singlelineComment_bold";//$NON-NLS-1$ public static final String PHP_SINGLELINE_COMMENT_ITALIC = "_php_singlelineComment_italic";//$NON-NLS-1$ public static final String PHP_SINGLELINE_COMMENT_UNDERLINE = "_php_singlelineComment_underline";//$NON-NLS-1$ - public static final String PHP_TAG = "_php_tag";//$NON-NLS-1$ - public static final String PHP_TAG_BOLD = "_php_tag_bold";//$NON-NLS-1$ - public static final String PHP_TAG_ITALIC = "_php_tag_italic";//$NON-NLS-1$ - public static final String PHP_TAG_UNDERLINE = "_php_tag_underline";//$NON-NLS-1$ + public static final String PHP_TAG = "_php_tag";//$NON-NLS-1$ + public static final String PHP_TAG_BOLD = "_php_tag_bold";//$NON-NLS-1$ + public static final String PHP_TAG_ITALIC = "_php_tag_italic";//$NON-NLS-1$ + public static final String PHP_TAG_UNDERLINE = "_php_tag_underline";//$NON-NLS-1$ public static final String PHP_KEYWORD = "_php_keyword";//$NON-NLS-1$ public static final String PHP_KEYWORD_BOLD = "_php_keyword_bold";//$NON-NLS-1$ public static final String PHP_KEYWORD_ITALIC = "_php_keyword_italic";//$NON-NLS-1$