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:
parent
8be40f5630
commit
662549b6b0
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue