aboutsummaryrefslogtreecommitdiffstats
path: root/lib/irb/color.rb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/irb] handle `__ENCODING__` as a keyword as wellNobuhiro IMAI2021-01-181-1/+1
* [ruby/irb] Ensure to restore $VERBOSENobuyoshi Nakada2021-01-051-0/+1
* [ruby/irb] Remove unnecessary ignore_error in dispatch_seqTakashi Kokubun2020-12-281-3/+3
* [ruby/irb] Do not colorize partially-correct inspectTakashi Kokubun2020-12-281-1/+9
* irb: add more syntax errors colorizing support (#3967)Nobuhiro IMAI2020-12-281-0/+4
* [ruby/irb] Enhance colored inspect outputTakashi Kokubun2020-12-281-4/+4
* [ruby/irb] Directly check if the method is available instead of versionNobuyoshi Nakada2020-08-181-2/+1
* Add require 'irb/ruby-lex' to use RubyLexaycabta2020-07-221-0/+1
* [ruby/irb] Simplify RubyLex.compile_with_errors_suppressedaycabta2020-07-221-2/+2
* [ruby/irb] Suppress incomplete coding magic comment erroraycabta2020-07-221-19/+21
* Suppress warnings except for when last evaluationaycabta2019-11-131-0/+2
* qsymbols and symbols should be colored as SymbolTakashi Kokubun2019-11-101-1/+1
* Colorize on_symbols_beg (%I)Takashi Kokubun2019-11-101-0/+1
* Colorize string quotes as boldTakashi Kokubun2019-11-101-7/+7
* Fixed the key to delete [Bug #16250]Nobuyoshi Nakada2019-10-151-1/+1
* Use compare_by_identity hash [Bug #16250]Nobuyoshi Nakada2019-10-151-3/+3
* Simplify circular reference check of IRB::ColorTakashi Kokubun2019-10-141-16/+14
* IRB colorize: take into account recursive arrays and hashes (#2555)Ary Borenszweig2019-10-141-4/+18
* make sync-default-gems GEM=irbTakashi Kokubun2019-06-131-14/+27
* Ripper::Lexer: fallback parse error token to the previous oneNobuyoshi Nakada2019-06-121-1/+1
* Reflect behavior changes to argument nameTakashi Kokubun2019-06-041-3/+3
* colorize_code must return escaped textTakashi Kokubun2019-06-041-1/+3
* Colorize error charactersNobuyoshi Nakada2019-06-041-29/+15
* Fix typo :bug: [ci skip]Takashi Kokubun2019-05-311-1/+1
* Warn compile_error only when input is finishedTakashi Kokubun2019-05-311-17/+35
* Abstract away Ripper::Lexer#scan in IRB::Color#scanTakashi Kokubun2019-05-311-16/+21
* Colorize errors moreNobuyoshi Nakada2019-05-291-6/+15
* Get rid of nested string interpolationsNobuyoshi Nakada2019-05-291-1/+2
* ripper: Ripper::Lexer#scanNobuyoshi Nakada2019-05-291-14/+10
* Colorize compile_error as same as on_parse_errorNobuyoshi Nakada2019-05-291-2/+3
* parse.y: flush invalid charNobuyoshi Nakada2019-05-291-1/+3
* Revert "Colorize error part more"Koichi Sasada2019-05-291-28/+11
* Colorize error part moreNobuyoshi Nakada2019-05-291-11/+28
* Colorize error partNobuyoshi Nakada2019-05-271-2/+16
* Highlight global variable on IRBTakashi Kokubun2019-05-261-1/+2
* Simplify lexer state matching in #dispatch_seqTakashi Kokubun2019-05-261-26/+30
* Refactor IRB color dispatchTakashi Kokubun2019-05-261-29/+31
* Support :@@cvar and : on colorizeaycabta2019-05-271-1/+1
* Make the imaginary color on IRB close to pryTakashi Kokubun2019-05-261-5/+7
* Colorize imaginary and rational literalsNobuyoshi Nakada2019-05-261-0/+2
* Handle keyword symbol in IRB::Color::SymbolStateTakashi Kokubun2019-05-251-1/+1
* Deal with more syntax highlight edge casesTakashi Kokubun2019-05-251-1/+3
* Fix more unintended syntax highlightsTakashi Kokubun2019-05-251-18/+11
* Always color Symbol as Yellow on IRB::ColorTakashi Kokubun2019-05-251-4/+51
* Colorize empty embexpr more on IRB::ColorTakashi Kokubun2019-05-251-2/+2
* Support some unhandled syntax highlightTakashi Kokubun2019-05-251-2/+6
* Clear IRB::Color escape sequence before newlineTakashi Kokubun2019-05-251-1/+1
* Add and use Reline::Unicode.escape_for_printTakashi Kokubun2019-05-251-2/+3
* Incremental syntax highlight for IRB source linesTakashi Kokubun2019-05-241-1/+9
* Use colorized IRB on Windows without checking `TERM`NAKAMURA Usaku2019-05-231-1/+1