From fa88332c5894aa0f7a3eef702c1cdd67c30b3b43 Mon Sep 17 00:00:00 2001 From: Alexander Hess Date: Sat, 20 Aug 2022 00:14:22 +0200 Subject: [PATCH] Fix bad syntax --- .config/bat/config | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.config/bat/config b/.config/bat/config index c14fa05..5236fce 100644 --- a/.config/bat/config +++ b/.config/bat/config @@ -2,5 +2,6 @@ --style="numbers,changes,header" ---map-syntax ".flake8:ini" ---map-syntax "poetry.lock:toml" +--map-syntax ".bash_history:Bourne Again Shell (bash)" +--map-syntax ".flake8:INI" +--map-syntax "poetry.lock:TOML"