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
Add new experimental syntect-printer feature built with syntect library.
It is much faster than current printer built on bat (2x~4x faster).
Its output layout is optimized for our use case. For example, line numbers at matches are highlighted in different color.
It supports painting background colors with --background flag. This is useful when your favorite theme does not fit to your terminal's background color.
Add --printer (-p) flag to specify printer to use. It takes argument bat or syntect. -p syntect enables the new experimental printer
bat printer is now optional through bat-printer feature gate. Note that at least bat-printer or syntect-printer must be enabled. Both printers are enabled by default. See Feature flags section for more details.