diff --git a/terminal/.config/bat/config b/terminal/.config/bat/config index c623dbb..6a92c53 100644 --- a/terminal/.config/bat/config +++ b/terminal/.config/bat/config @@ -21,5 +21,6 @@ # Syntax mappings: map a certain filename pattern to a language. # 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" +--map-syntax "*.ino:C++" +--map-syntax "*.qmd:Markdown"