ActionsLike1
Bug #20940
closedColored syntax error from prism
Description
Prism shows syntax error with coloring.
But we have long avoided coloring Ruby for reasons such as color weakness.
Can we release next Ruby 3.4.0 with colored syntax errors?
NOTE:
- irb supports
NO_COLOR
environment variable (NO_COLOR: disabling ANSI color output by default)
Files
Added by nobu (Nobuyoshi Nakada) 4 months ago
ActionsLike1
[Bug #20940] [PRISM] Support NO_COLOR
Also use bold/faint SGR when possible.