mirror of
https://github.com/sharkdp/bat.git
synced 2025-02-12 16:08:38 +00:00
Merge pull request #3196 from odilf/master
Add syntax mapping for `nix`s `flake.lock`
This commit is contained in:
commit
7df1dec65c
@ -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
|
||||||
|
|
||||||
|
2
src/syntax_mapping/builtins/common/50-nix.toml
Normal file
2
src/syntax_mapping/builtins/common/50-nix.toml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
[mappings]
|
||||||
|
"JSON" = ["flake.lock"]
|
Loading…
x
Reference in New Issue
Block a user