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

@@ -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

View File

@@ -663,7 +663,7 @@ bat --generate-config-file
# 터미널에서 이탤릭체 쓰기 (일부 터미널에서 미지원)
--italic-text=always
# .ino 파일에 C++ 문법 쓰기
# Arduino .ino 파일에 C++ 문법 쓰기
--map-syntax "*.ino:C++"
```

View File

@@ -481,7 +481,7 @@ bat --generate-config-file
# Использовать курсив (поддерживается не всеми терминалами)
--italic-text=always
# Использовать синтаксис C++ для всех .ino файлов
# Использовать синтаксис C++ для всех Arduino .ino файлов
--map-syntax "*.ino:C++"
# Использовать синтаксик Git Ignore для всех файлов .ignore