mirror of
https://github.com/sharkdp/bat
synced 2025-02-16 21:08:29 +00:00
Merge branch 'master' into dark-light
This commit is contained in:
commit
08047a6a2e
2 changed files with 3 additions and 0 deletions
|
@ -64,6 +64,7 @@
|
|||
- Associate Wireguard config `/etc/wireguard/*.conf`, see #2874 (@cyqsimon)
|
||||
- Add support for [CFML](https://www.adobe.com/products/coldfusion-family.html), see #3031 (@brenton-at-pieces)
|
||||
- Map `*.mkd` files to `Markdown` syntax, see issue #3060 and PR #3061 (@einfachIrgendwer0815)
|
||||
- Add syntax mapping for CITATION.cff, see #3103 (@Ugzuzg)
|
||||
- Add syntax mapping for kubernetes config files #3049 (@cyqsimon)
|
||||
- Adds support for pipe delimiter for CSV #3115 (@pratik-m)
|
||||
- Add syntax mapping for `/etc/pacman.conf` #2961 (@cyqsimon)
|
||||
|
|
2
src/syntax_mapping/builtins/common/50-citation.toml
Normal file
2
src/syntax_mapping/builtins/common/50-citation.toml
Normal file
|
@ -0,0 +1,2 @@
|
|||
[mappings]
|
||||
"YAML" = ["CITATION.cff"]
|
Loading…
Add table
Reference in a new issue