mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-11-04 09:01:56 +00:00 
			
		
		
		
	Merge pull request #3196 from odilf/master
Add syntax mapping for `nix`s `flake.lock`
This commit is contained in:
		@@ -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
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										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"]
 | 
			
		||||
		Reference in New Issue
	
	Block a user