From 4ec6075f81270a2f9d559aa12fcdd7ea0de03f44 Mon Sep 17 00:00:00 2001 From: henil Date: Sun, 4 Oct 2020 10:04:03 +0530 Subject: [PATCH] minor update to specify pattern matching on --map-syntax supports glob matching --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e551df0..96e2f982 100644 --- a/README.md +++ b/README.md @@ -492,7 +492,7 @@ alias cat="bat --theme=\$(defaults read -globalDomain AppleInterfaceStyle &> /de ### Syntax of a file -You can configure `bat` to change the default syntax of the file using `--map-syntax`. +You can configure `bat` to change the default syntax of the file using `--map-syntax`. Use glob pattern to match exact filename. For example: ```bash