summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorYoichi NAKAYAMA <yoichi.nakayama@gmail.com>2020-10-03 22:31:14 +0900
committerDavid Peter <sharkdp@users.noreply.github.com>2020-10-03 17:51:36 +0200
commit5a71044d5a2522815927be56cd32676dd2f51f2c (patch)
treeeaae45dadaab1fbb59012d326b7c6c80e1304096 /doc
parent8d091051afddcc201c5cc20dc764d5c72619686f (diff)
Merge the change in fca83bf7 and 6e3e7daf
Diffstat (limited to 'doc')
-rw-r--r--doc/README-ja.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/README-ja.md b/doc/README-ja.md
index 1c92085d..4773347d 100644
--- a/doc/README-ja.md
+++ b/doc/README-ja.md
@@ -62,7 +62,9 @@
> bat src/*.rs
```
-標準入力から自動的に構文を決定させたい場合
+標準入力から自動的に構文を決定させたい場合(ハイライトされるのは、
+たいていは `#!/bin/sh` のようなシバンを利用して、
+ファイルの一行目から構文を決定できる場合のみです)
```bash
> curl -s https://sh.rustup.rs | bat