ext/rbs_extension/lexer.h in rbs-2.4.0 vs ext/rbs_extension/lexer.h in rbs-2.5.0

- old
+ new

@@ -67,10 +67,11 @@ tAIDENT, /* Identifiers starting with `@` */ tA2IDENT, /* Identifiers starting with `@@` */ tBANGIDENT, /* Identifiers ending with `!` */ tEQIDENT, /* Identifiers ending with `=` */ tQIDENT, /* Quoted identifier */ - tOPERATOR, /* Operator identifier */ + pAREF_OPR, /* [] */ + tOPERATOR, /* Operator identifier */ tCOMMENT, /* Comment */ tLINECOMMENT, /* Comment of all line */ tDQSTRING, /* Double quoted string */