1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-02-12 16:08:38 +00:00

Add syntax mapping for nixs flake.lock

This commit is contained in:
odilf 2025-02-02 11:16:50 +01:00 committed by Keith Hall
parent a95e65eea1
commit 61d42ee87b
2 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,7 @@
- Add syntax mapping for `paru` configuration files #3182 (@cyqsimon) - Add syntax mapping for `paru` configuration files #3182 (@cyqsimon)
- Add support for [Idris 2 programming language](https://www.idris-lang.org/) #3150 (@buzden) - Add support for [Idris 2 programming language](https://www.idris-lang.org/) #3150 (@buzden)
- Add syntax mapping for `nix`'s '`flake.lock` lockfiles #3196 (@odilf)
## Themes ## Themes

View File

@ -0,0 +1,2 @@
[mappings]
"JSON" = ["flake.lock"]