1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-01-31 02:01:05 +00:00

Make .debdiff imply .diff using syntax_mapping toml

Closes #2940
This commit is contained in:
Jacek Generowicz 2024-04-26 16:19:07 +02:00 committed by Keith Hall
parent 50fa25db60
commit 9090fb75e0

View File

@ -0,0 +1,3 @@
# .debdiff is the extension used for diffs in Debian packaging
[mappings]
"Diff" = ["*.debdiff"]