1
0
mirror of https://github.com/sharkdp/bat synced 2026-07-24 17:13:19 +00:00

Merge pull request #2947 from jacg/debdiff

Make .debdiff imply .diff using syntax_mapping toml
This commit is contained in:
Keith Hall
2024-10-31 08:13:35 +02:00
committed by GitHub
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -114,6 +114,7 @@
- Update `Julia` syntax, see #2553 (@dependabot)
- add `NSIS` support, see #2577 (@idleberg)
- Update `ssh-config`, see #2697 (@mrmeszaros)
- Add syntax mapping `*.debdiff` => `diff`, see #2947 (@jacg)
## `bat` as a library
@@ -0,0 +1,3 @@
# .debdiff is the extension used for diffs in Debian packaging
[mappings]
"Diff" = ["*.debdiff"]