From 36be8d5929c7b7ee80f6d8e0892e48f714b6b6b7 Mon Sep 17 00:00:00 2001 From: Keith Hall Date: Sat, 29 Jan 2022 07:45:47 +0200 Subject: [PATCH] Update README.md Co-authored-by: Michael <2701605+michaelblyons@users.noreply.github.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a604f9af..85b63547 100644 --- a/README.md +++ b/README.md @@ -515,8 +515,8 @@ command line option. The option takes an argument of the form `pattern:syntax` w the absolute file path. The `syntax` part is the full name of a supported language (use `bat --list-languages` for an overview). -*Note:* You probably want to use this option as [an entry in `bat`'s configuration file](#configuration-file) -for persistence, instead of passing it on the command line as a one-off, as generally +**Note:** You probably want to use this option as [an entry in `bat`'s configuration file](#configuration-file) +for persistence instead of passing it on the command line as a one-off. Generally you'd just use `-l` if you want to manually specify a language for a file. Example: To use "INI" syntax highlighting for all files with a `.conf` file extension, use