lib/tailor/lexer/lexer_constants.rb in tailor-1.3.1 vs lib/tailor/lexer/lexer_constants.rb in tailor-1.4.0

- old
+ new

@@ -47,9 +47,10 @@ 'unless' => :unless_mod, 'until' => :until_mod, 'while' => :while_mod } + #noinspection RubyLiteralArrayInspection MULTILINE_OPERATORS = Set.new [ '+', '-', '*', '**', '/', '%', # +, -, tSTAR, tPOW, /, % '<', '>', '<=', '>=', # <, >, tLEQ, tGEQ '=', '+=', '-=', '*=', '**=', '/=', '%=', '&&=', '||=', '<<=', # ...tOP_ASGN...