fixed bug in template expansion
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / phpeditor / util / PHPColorProvider.java
index 48d7527..607d90d 100644 (file)
@@ -30,6 +30,8 @@ public class PHPColorProvider {
        public static final RGB FUNCTION_NAME= new RGB(127, 127, 159);
        public static final RGB STRING= new RGB(42, 0, 255);
        public static final RGB DEFAULT= new RGB(0, 0, 0);
+  
+  public static final RGB  LINKED_POSITION_COLOR= new RGB(0, 0, 0);
 
        protected Map fColorTable= new HashMap(10);