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"]