mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-11-04 09:01:56 +00:00 
			
		
		
		
	Merge pull request #3299 from cyqsimon/quadlet
Update quadlet syntax mapping rules to cover quadlets in subdirectories
This commit is contained in:
		@@ -32,6 +32,7 @@
 | 
			
		||||
- Add debsources syntax to highlight `/etc/apt/sources.list` files, see #3215 (@keith-hall)
 | 
			
		||||
- Add syntax definition and test file for GDScript highlighting, see #3236 (@chetanjangir0)
 | 
			
		||||
- Add syntax test file for Odin highlighting, see #3241 (@chetanjangir0)
 | 
			
		||||
- Update quadlet syntax mapping rules to cover quadlets in subdirectories #3299 (@cyqsimon)
 | 
			
		||||
 | 
			
		||||
## Themes
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -1,7 +1,5 @@
 | 
			
		||||
# see `man quadlet`
 | 
			
		||||
[mappings]
 | 
			
		||||
"INI" = [
 | 
			
		||||
    "**/containers/systemd/*.{container,volume,network,kube,image}",
 | 
			
		||||
    "**/containers/systemd/users/*.{container,volume,network,kube,image}",
 | 
			
		||||
    "**/containers/systemd/users/*/*.{container,volume,network,kube,image}",
 | 
			
		||||
    "**/containers/systemd/**/*.{container,volume,network,kube,image}",
 | 
			
		||||
]
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user