1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-07 05:42:25 +01:00

Add context to .ino configuration

This allows a user to search the README or the entire repository for "Arduino" to find the necessary configuration.
This commit is contained in:
Kevin John Mulligan
2021-09-07 12:00:44 +08:00
committed by David Peter
parent 27f046ec03
commit 156dec2737
5 changed files with 5 additions and 5 deletions

View File

@@ -598,7 +598,7 @@ Example configuration file:
# Use italic text on the terminal (not supported on all terminals)
--italic-text=always
# Use C++ syntax for .ino files
# Use C++ syntax for Arduino .ino files
--map-syntax "*.ino:C++"
```