diff --git a/com.oracle.truffle.r.parser/src/com/oracle/truffle/r/parser/ParserGeneration.java b/com.oracle.truffle.r.parser/src/com/oracle/truffle/r/parser/ParserGeneration.java
index 76e8351cb9a82020724fb76869eac71177c84b17..1af7872f3177f094f90ad57e44d6637f0b6e7f76 100644
--- a/com.oracle.truffle.r.parser/src/com/oracle/truffle/r/parser/ParserGeneration.java
+++ b/com.oracle.truffle.r.parser/src/com/oracle/truffle/r/parser/ParserGeneration.java
@@ -89,6 +89,7 @@ public class ParserGeneration {
         "support for hex float literals",
         "support for hex float literals without decimal point: 0x0p0",
         "different warning for hex and dec integer literals",
-        "raise ZERO_LENGTH_VARIABLE errors in parser"
+        "raise ZERO_LENGTH_VARIABLE errors in parser",
+        "support for file delimiter"
     };
 }