mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-11-04 09:01:56 +00:00 
			
		
		
		
	minor update to specify pattern matching on --map-syntax supports glob matching
This commit is contained in:
		@@ -492,7 +492,7 @@ alias cat="bat --theme=\$(defaults read -globalDomain AppleInterfaceStyle &> /de
 | 
			
		||||
 | 
			
		||||
### Syntax of a file
 | 
			
		||||
 | 
			
		||||
You can configure `bat` to change the default syntax of the file using `--map-syntax`.
 | 
			
		||||
You can configure `bat` to change the default syntax of the file using `--map-syntax`. Use glob pattern to match exact filename.
 | 
			
		||||
 | 
			
		||||
For example:
 | 
			
		||||
```bash
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user