1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-01 10:52:24 +01:00

Update documentation

This commit is contained in:
sharkdp
2020-03-22 10:37:18 +01:00
committed by David Peter
parent 57aed07814
commit 978def2d40
6 changed files with 25 additions and 25 deletions

View File

@@ -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` の利用

View File

@@ -452,11 +452,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에서 사용하기