ext/rbs_extension/lexstate.c in rbs-2.4.0 vs ext/rbs_extension/lexstate.c in rbs-2.5.0
- old
+ new
@@ -66,9 +66,10 @@
"tAIDENT", /* Identifiers starting with `@` */
"tA2IDENT", /* Identifiers starting with `@@` */
"tBANGIDENT",
"tEQIDENT",
"tQIDENT", /* Quoted identifier */
+ "pAREF_OPR", /* [] */
"tOPERATOR", /* Operator identifier */
"tCOMMENT",
"tLINECOMMENT",