summaryrefslogtreecommitdiff
path: root/lib/irb/color.rb
AgeCommit message (Expand)Author
2020-08-18[ruby/irb] Directly check if the method is available instead of versionNobuyoshi Nakada
2020-07-22Add require 'irb/ruby-lex' to use RubyLexaycabta
2020-07-22[ruby/irb] Simplify RubyLex.compile_with_errors_suppressedaycabta
2020-07-22[ruby/irb] Suppress incomplete coding magic comment erroraycabta
2019-11-13Suppress warnings except for when last evaluationaycabta
2019-11-10qsymbols and symbols should be colored as SymbolTakashi Kokubun
2019-11-10Colorize on_symbols_beg (%I)Takashi Kokubun
2019-11-10Colorize string quotes as boldTakashi Kokubun
2019-10-15Fixed the key to delete [Bug #16250]Nobuyoshi Nakada
2019-10-15Use compare_by_identity hash [Bug #16250]Nobuyoshi Nakada
2019-10-14Simplify circular reference check of IRB::ColorTakashi Kokubun
2019-10-14IRB colorize: take into account recursive arrays and hashes (#2555)Ary Borenszweig
2019-06-13make sync-default-gems GEM=irbTakashi Kokubun
2019-06-12Ripper::Lexer: fallback parse error token to the previous oneNobuyoshi Nakada
2019-06-04Reflect behavior changes to argument nameTakashi Kokubun
2019-06-04colorize_code must return escaped textTakashi Kokubun
2019-06-04Colorize error charactersNobuyoshi Nakada
2019-05-31Fix typo :bug: [ci skip]Takashi Kokubun
2019-05-31Warn compile_error only when input is finishedTakashi Kokubun
2019-05-31Abstract away Ripper::Lexer#scan in IRB::Color#scanTakashi Kokubun
2019-05-29Colorize errors moreNobuyoshi Nakada
2019-05-29Get rid of nested string interpolationsNobuyoshi Nakada
2019-05-29ripper: Ripper::Lexer#scanNobuyoshi Nakada
2019-05-29Colorize compile_error as same as on_parse_errorNobuyoshi Nakada
2019-05-29parse.y: flush invalid charNobuyoshi Nakada
2019-05-29Revert "Colorize error part more"Koichi Sasada
2019-05-29Colorize error part moreNobuyoshi Nakada
2019-05-27Colorize error partNobuyoshi Nakada
2019-05-26Highlight global variable on IRBTakashi Kokubun
2019-05-26Simplify lexer state matching in #dispatch_seqTakashi Kokubun
2019-05-26Refactor IRB color dispatchTakashi Kokubun
2019-05-27Support :@@cvar and : on colorizeaycabta
2019-05-26Make the imaginary color on IRB close to pryTakashi Kokubun
2019-05-26Colorize imaginary and rational literalsNobuyoshi Nakada
2019-05-25Handle keyword symbol in IRB::Color::SymbolStateTakashi Kokubun
2019-05-25Deal with more syntax highlight edge casesTakashi Kokubun
2019-05-25Fix more unintended syntax highlightsTakashi Kokubun
2019-05-25Always color Symbol as Yellow on IRB::ColorTakashi Kokubun
2019-05-25Colorize empty embexpr more on IRB::ColorTakashi Kokubun
2019-05-25Support some unhandled syntax highlightTakashi Kokubun
2019-05-25Clear IRB::Color escape sequence before newlineTakashi Kokubun
2019-05-25Add and use Reline::Unicode.escape_for_printTakashi Kokubun
2019-05-24Incremental syntax highlight for IRB source linesTakashi Kokubun
2019-05-23Use colorized IRB on Windows without checking `TERM`NAKAMURA Usaku
2019-04-28make sync-default-gems GEM=irbTakashi Kokubun
2019-04-28make sync-default-gems GEM=irbTakashi Kokubun
2019-04-28make sync-default-gems GEM=irbTakashi Kokubun
2019-04-27make sync-default-gems GEM=irbTakashi Kokubun
2019-04-26Revert "Class instance should be also colorable on IRB"Takashi Kokubun
2019-04-26Class instance should be also colorable on IRBTakashi Kokubun