You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bat no longer crashes when encountering files that references missing syntaxes. See #915, #2181 (@Enselic)
Performance
Skip syntax highlighting on long lines (> 16384 chars) to help improve performance. See #2165 (@keith-hall)
Vastly improve startup time by lazy-loading syntaxes via syntect 5.0.0. This makes bat display small files ~75% faster than before. See #951, #2181 (@Enselic)
Other
Include info about custom assets in --diagnostics if used. See #2107, #2144 (@Enselic)
Syntaxes
Mapped clang-format config file (.clang-format) to YAML syntax (@TruncatedDinoSour)
log syntax: improved handling of escape characters in double quoted strings. See #2123 (@keith-hall)
Associate /var/spool/mail/* and /var/mail/* with the Email syntax. See #2156 (@cyqsimon)
Added cmd-help syntax to scope --help messages. See #2148 (@victor-gp)