Skip to content

Commit

Permalink
Merge pull request #3196 from odilf/master
Browse files Browse the repository at this point in the history
Add syntax mapping for `nix`s `flake.lock`
  • Loading branch information
keith-hall authored Feb 2, 2025
2 parents a95e65e + 61d42ee commit 7df1dec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 2 additions & 0 deletions src/syntax_mapping/builtins/common/50-nix.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[mappings]
"JSON" = ["flake.lock"]

0 comments on commit 7df1dec

Please sign in to comment.