◐ Shell
clean mode source ↗

Use color to highlight error locations

This has several advantages:

  • Will help a lot with readability as parsing the error lines is easier if color highlights the error ranges.
  • In the future we can optionally (via config) drop the ranges and only use color, recovering back the extra lines that the carets are taking.
  • All the cool kids are doing it: This feature has already been successfully implemented in various tools. It has proven to be an effective aid for developers in quickly identifying the source and location of errors.

Control features:

Linked PRs