mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-11-04 09:01:56 +00:00 
			
		
		
		
	Map *.mkd files to Markdown syntax (#3061)
				
					
				
			This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							a0226f5670
						
					
				
				
					commit
					bc69ffb0f0
				
			@@ -59,6 +59,7 @@
 | 
			
		||||
- Associate `.aws/{config,credentials}`, see #2795 (@mxaddict)
 | 
			
		||||
- Associate Wireguard config `/etc/wireguard/*.conf`, see #2874 (@cyqsimon)
 | 
			
		||||
- Add support for [CFML](https://www.adobe.com/products/coldfusion-family.html), see #3031 (@brenton-at-pieces)
 | 
			
		||||
- Map `*.mkd` files to `Markdown` syntax, see issue #3060 and PR #3061 (@einfachIrgendwer0815)
 | 
			
		||||
 | 
			
		||||
## Themes
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										2
									
								
								src/syntax_mapping/builtins/common/50-markdown.toml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										2
									
								
								src/syntax_mapping/builtins/common/50-markdown.toml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,2 @@
 | 
			
		||||
[mappings]
 | 
			
		||||
"Markdown" = ["*.mkd"]
 | 
			
		||||
		Reference in New Issue
	
	Block a user