always use italic text, and map Chart.lock to YAML syntax for bat

This commit is contained in:
JesseBot 2022-12-09 10:20:55 +00:00
parent 337c6ec3df
commit 35dedf95ae

View file

@ -8,7 +8,7 @@
# Enable this to use italic text on the terminal. This is not supported on all
# terminal emulators (like tmux, by default):
#--italic-text=always
--italic-text=always
# Uncomment the following line to disable automatic paging:
#--paging=never
@ -22,4 +22,4 @@
# 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 "Chart.lock:YAML"