From 7bd19640a2bcb6e1eefbe8e48a373762099d4268 Mon Sep 17 00:00:00 2001 From: henil Date: Sat, 3 Oct 2020 22:51:33 +0530 Subject: [PATCH] add new --map-syntax example --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b6d558b7..9f2f86ee 100644 --- a/README.md +++ b/README.md @@ -529,6 +529,9 @@ Example configuration file: # Use ".gitignore"-style highlighting for ".ignore" files --map-syntax ".ignore:Git Ignore" + +# Use INI syntax for .conf files +--map-syntax "*.conf:INI" ``` ## Using `bat` on Windows