1) Fixed issue #347: Syntax highlight doesn't like apostrophe in heredoc.
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / compiler / ast / OperatorIds.java
index 879e101..3a427af 100644 (file)
@@ -64,4 +64,6 @@ public interface OperatorIds {
        public static final int PLUS_PLUS = 32;
 
        public static final int MINUS_MINUS = 33;
+       
+       public static final int TERNARY_SHORT = 34;
 }