1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-02 03:12:25 +01:00

Add syntax mapping for CITATION.cff

This commit is contained in:
Jarasłaŭ Viktorčyk
2024-10-13 11:46:53 +02:00
parent eca6b8a376
commit 9a816c9c68
2 changed files with 3 additions and 0 deletions

View File

@@ -60,6 +60,7 @@
- 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) - Map `*.mkd` files to `Markdown` syntax, see issue #3060 and PR #3061 (@einfachIrgendwer0815)
- Add syntax mapping for CITATION.cff, see #3103 (@Ugzuzg)
## Themes ## Themes

View File

@@ -0,0 +1,2 @@
[mappings]
"YAML" = ["CITATION.cff"]