1
0
mirror of https://github.com/sharkdp/bat.git synced 2024-10-05 18:31:06 +01:00

Map *.mkd files to Markdown syntax (#3061)

This commit is contained in:
einfachIrgendwer0815 2024-09-26 21:06:07 +02:00 committed by GitHub
parent a0226f5670
commit bc69ffb0f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

View File

@ -59,6 +59,7 @@
- Associate `.aws/{config,credentials}`, see #2795 (@mxaddict) - Associate `.aws/{config,credentials}`, see #2795 (@mxaddict)
- Associate Wireguard config `/etc/wireguard/*.conf`, see #2874 (@cyqsimon) - 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) - 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)
## Themes ## Themes

View File

@ -0,0 +1,2 @@
[mappings]
"Markdown" = ["*.mkd"]