summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorhenil <dedaniahenil@gmail.com>2020-10-03 22:51:33 +0530
committerDavid Peter <sharkdp@users.noreply.github.com>2020-10-11 20:54:37 +0200
commit7bd19640a2bcb6e1eefbe8e48a373762099d4268 (patch)
treee4aedbd6f02cca0767953894a3e2dae9870bb7f2 /README.md
parent46004001cb366a8a3f06df882eb1ce015148b1c6 (diff)
add new --map-syntax example
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
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