Fix broken source-highlight

Resolves #2
This commit is contained in:
Nikita Ivanov 2022-06-20 13:58:37 +05:00
parent 32e81d073b
commit da0bd88afa
No known key found for this signature in database
GPG Key ID: 6E656AC5B97B5133

View File

@ -1,6 +1,6 @@
# text: source-highlight
source-highlight \
--tab=4 --out-format=esc \
--style=esc256.style --failsafe -i \
-- "$f"
source-highlight \
--tab=4 --out-format=esc \
--style=esc256.style --failsafe \
-i "$f"