Merge the change in fca83bf7 and 6e3e7daf

This commit is contained in:
Yoichi NAKAYAMA 2020-10-03 22:31:14 +09:00 committed by David Peter
parent 8d091051af
commit 5a71044d5a

View file

@ -62,7 +62,9 @@
> bat src/*.rs > bat src/*.rs
``` ```
標準入力から自動的に構文を決定させたい場合 標準入力から自動的に構文を決定させたい場合(ハイライトされるのは、
たいていは `#!/bin/sh` のようなシバンを利用して、
ファイルの一行目から構文を決定できる場合のみです)
```bash ```bash
> curl -s https://sh.rustup.rs | bat > curl -s https://sh.rustup.rs | bat