mirror of
https://github.com/sharkdp/bat.git
synced 2025-08-14 02:05:29 +02: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:
committed by
David Peter
parent
27f046ec03
commit
156dec2737
@ -522,7 +522,7 @@ 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 for .ino files
|
||||
# Use C++ syntax for Arduino .ino files
|
||||
--map-syntax "*.ino:C++"
|
||||
|
||||
# Use ".gitignore"-style highlighting for ".ignore" files
|
||||
|
Reference in New Issue
Block a user