Page MenuHomeSolus

Update bat to 0.21.0
ClosedPublic

Authored by davidjharder on May 12 2022, 4:59 PM.
Tags
None
Referenced Files
F10807937: D13214.id32313.diff
Tue, May 30, 6:36 AM
F10806650: D13214.id32312.diff
Tue, May 30, 1:58 AM
F10806205: D13214.diff
Tue, May 30, 12:01 AM
F10777591: D13214.id32312.diff
Tue, May 23, 11:13 PM
Subscribers

Details

Summary

Summarized Changelog

  • Correctly render tab stops in --show-all
  • Add a --style=default option and make it the default. It is less verbose than full
  • File extensions are now matched case-insensitively
  • bat no longer crashes when encountering files that references missing syntaxes
  • Skip syntax highlighting on long lines (> 16384 chars) to help improve performance
  • Vastly improve startup time by lazy-loading syntaxes via syntect 5.0.0. This makes bat display small files ~75% faster than before
  • Syntax changes

Full changelog here

Test Plan
  • Read out some files

Diff Detail

Repository
R4509 bat
Lint
Lint Not Applicable
Unit
Tests Not Applicable