| commit | c084ccd037399473e3c88ad79a48e937049cbf7c | [log] [tgz] |
|---|---|---|
| author | Natalie Weizenbaum <nweiz@google.com> | Thu Dec 20 14:34:28 2018 -0800 |
| committer | Natalie Weizenbaum <nweiz@google.com> | Thu Dec 20 14:34:28 2018 -0800 |
| tree | d1353cf3dfb44db468ab542946ed1132c98c7e92 | |
| parent | 328a91696b1f6ea03b581dd144eef4c8d861e441 [diff] |
Improve span highlighting * Fully highlights multiline spans. * Includes line numbers. * Uses Unicode glyphs for highlighting when available. * Includes context after the last line of the span for a manually-constructed SourceSpanWithContext. This draws heavy inspiration from Rust's multiline error highlighting.