mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-11-04 09:01:56 +00:00 
			
		
		
		
	Add a syntax mapping for bats own config file
This commit is contained in:
		@@ -29,6 +29,9 @@ impl<'a> SyntaxMapping<'a> {
 | 
			
		||||
        mapping
 | 
			
		||||
            .insert("**/.ssh/config", MappingTarget::MapTo("SSH Config"))
 | 
			
		||||
            .unwrap();
 | 
			
		||||
        mapping
 | 
			
		||||
            .insert("**/bat/config", MappingTarget::MapTo("Bourne Again Shell (bash)"))
 | 
			
		||||
            .unwrap();
 | 
			
		||||
        mapping
 | 
			
		||||
            .insert(
 | 
			
		||||
                "/etc/profile",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user