ext/rbs_extension/lexer.h in rbs-3.5.0.pre.2 vs ext/rbs_extension/lexer.h in rbs-3.5.0

- old
+ new

@@ -76,9 +76,11 @@ tOPERATOR, /* Operator identifier */ tCOMMENT, /* Comment */ tLINECOMMENT, /* Comment of all line */ + tTRIVIA, /* Trivia tokens -- space and new line */ + tDQSTRING, /* Double quoted string */ tSQSTRING, /* Single quoted string */ tINTEGER, /* Integer */ tSYMBOL, /* Symbol */ tDQSYMBOL, /* Double quoted symbol */