mirror of
https://github.com/sharkdp/bat.git
synced 2025-08-09 15:55:10 +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
@ -64,7 +64,7 @@ pub fn generate_config_file() -> bat::error::Result<()> {
|
||||
#--pager="less --RAW-CONTROL-CHARS --quit-if-one-screen --mouse"
|
||||
|
||||
# Syntax mappings: map a certain filename pattern to a language.
|
||||
# Example 1: use the C++ syntax for .ino files
|
||||
# Example 1: use the C++ syntax for Arduino .ino files
|
||||
# Example 2: Use ".gitignore"-style highlighting for ".ignore" files
|
||||
#--map-syntax "*.ino:C++"
|
||||
#--map-syntax ".ignore:Git Ignore"
|
||||
|
Reference in New Issue
Block a user