bat: Add quarto and ino to synatx-enabled

Quarto now uses markdown syntax and ino files use C++ syntax
highlighting.
This commit is contained in:
Marty Oehme 2023-10-07 11:32:00 +02:00
parent 8be40f5630
commit 662549b6b0
Signed by: Marty
GPG Key ID: EDBF2ED917B2EF6A
1 changed files with 2 additions and 1 deletions

View File

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