Skip to content

Commit

Permalink
Make .debdiff imply .diff using syntax_mapping toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jacg committed Apr 26, 2024
1 parent bb4d1cb commit fccfeeb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/syntax_mapping/builtins/unix-family/50-diff.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# .debdiff is the extension used for diffs in Debian packaging
[mappings]
"Diff" = ["*.debdiff"]

0 comments on commit fccfeeb

Please sign in to comment.