Compare commits

...

4 Commits

Author SHA1 Message Date
Jacek Generowicz 654119406b
Merge 7448cdd24f into b4e3a84e1a 2024-05-15 07:08:53 +00:00
Jacek Generowicz 7448cdd24f Move from unix-family to common 2024-05-15 09:07:44 +02:00
Jacek Generowicz 04db7790da Add CHANGELOG entry for .debdiff => diff 2024-04-26 16:33:18 +02:00
Jacek Generowicz fccfeeb14c Make .debdiff imply .diff using syntax_mapping toml
Closes #2940
2024-04-26 16:19:07 +02:00
2 changed files with 4 additions and 0 deletions

View File

@ -96,6 +96,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

View File

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