summaryrefslogtreecommitdiffstats
path: root/doc/README-ja.md
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2020-03-22 10:37:18 +0100
committerDavid Peter <sharkdp@users.noreply.github.com>2020-03-22 11:02:51 +0100
commit978def2d40914a83e245fdbb82b8b1ba9fcf81b5 (patch)
treec79e88638550c7998f19f7158fa8475975270a06 /doc/README-ja.md
parent57aed0781447c21fd3cf270509326c0010f132e5 (diff)
Update documentation
Diffstat (limited to 'doc/README-ja.md')
-rw-r--r--doc/README-ja.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/README-ja.md b/doc/README-ja.md
index a018e07c..08f62260 100644
--- a/doc/README-ja.md
+++ b/doc/README-ja.md
@@ -500,11 +500,11 @@ export BAT_CONFIG_PATH="/path/to/bat.conf"
# Use italic text on the terminal (not supported on all terminals)
--italic-text=always
-# Use C++ syntax (instead of C) for .h header files
---map-syntax h:cpp
+# Use C++ syntax for .ino files
+--map-syntax "*.ino:C++"
-# Use "gitignore" highlighting for ".ignore" files
---map-syntax .ignore:.gitignore
+# Use ".gitignore"-style highlighting for ".ignore" files
+--map-syntax ".ignore:Git Ignore"
```
## Windows での `bat` の利用