mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-10-22 11:43:58 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			273 B
		
	
	
	
		
			YAML
		
	
	
	
		
			Vendored
		
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			273 B
		
	
	
	
		
			YAML
		
	
	
	
		
			Vendored
		
	
	
	
| %YAML 1.2
 | |
| ---
 | |
| # http://www.sublimetext.com/docs/3/syntax.html
 | |
| name: MemInfo
 | |
| file_extensions:
 | |
|   - meminfo
 | |
| scope: source.meminfo
 | |
| 
 | |
| contexts:
 | |
|   main:
 | |
|     - match: '^([^:]+)\w*:\w*(.*)$'
 | |
|       captures:
 | |
|         1: keyword.other.meminfo-key
 | |
|         2: string.other.meminfo-value
 |