1
0
mirror of https://github.com/sharkdp/bat synced 2024-07-09 03:42:29 +00:00

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