Skip to content

Commit

Permalink
docs: add possible styles
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostdevv committed Apr 30, 2024
1 parent bb4d1cb commit 45c4ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ You can use the `--style` option to control the appearance of `bat`s output.
You can use `--style=numbers,changes`, for example, to show only Git changes
and line numbers but no grid and no file header. Set the `BAT_STYLE` environment
variable to make these changes permanent or use `bat`s
[configuration file](https://github.com/sharkdp/bat#configuration-file).
[configuration file](https://github.com/sharkdp/bat#configuration-file). Possible values: `auto`, `changes`, `grid`, `rule`, `header`, `header-filename`, `header-filesize`, `numbers`, `snip`, `full`, `default`, `plain`.

### Adding new syntaxes / language definitions

Expand Down

0 comments on commit 45c4ea3

Please sign in to comment.