Merge pull request #3196 from odilf/master

Add syntax mapping for `nix`s `flake.lock`
This commit is contained in:
Keith Hall
2025-02-02 21:20:33 +02:00
committed by GitHub
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 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

View File

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