From bce304a800e4f46eec9e202dc40036041193c63e Mon Sep 17 00:00:00 2001 From: henil Date: Wed, 7 Oct 2020 19:36:01 +0530 Subject: [PATCH] made requested changes --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b42af453..24239ded 100644 --- a/README.md +++ b/README.md @@ -492,10 +492,10 @@ alias cat="bat --theme=\$(defaults read -globalDomain AppleInterfaceStyle &> /de ### Syntax of a file -You can change the default syntax highlighting of the file using the `--map-syntax` option. -It uses glob pattern matching and is matched on full path and filename. +You can change the default syntax association of the file using the `--map-syntax` option. +It supports glob pattern matching and is matched on full path and filename. -Use it like this: +You can use it like this: ```bash bat --map-syntax='PATTERN:SYNTAX' file-name