Parser detects wrong include files now
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / phpeditor / util / PHPColorProvider.java
index daeab8c..24c25ee 100644 (file)
@@ -7,7 +7,7 @@ http://www.eclipse.org/legal/cpl-v10.html
 
 Contributors:
     IBM Corporation - Initial implementation
-    Klaus Hartlage - www.eclipseproject.de
+    www.phpeclipse.de
 **********************************************************************/
 package net.sourceforge.phpeclipse.phpeditor.util;
 
@@ -25,6 +25,7 @@ public class PHPColorProvider {
 
   public static final RGB MULTI_LINE_COMMENT = new RGB(63, 127, 95);
   public static final RGB SINGLE_LINE_COMMENT = new RGB(63, 127, 95);
+       public static final RGB TAG = new RGB(255, 0, 128);
   public static final RGB KEYWORD = new RGB(127, 0, 85);
   public static final RGB VARIABLE = new RGB(127, 159, 191);
   public static final RGB FUNCTION_NAME = new RGB(127, 127, 159);