fix(config): add gui_config to file_types
This commit is contained in:
		
							parent
							
								
									caeb3fc338
								
							
						
					
					
						commit
						63d5cb7208
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -37,7 +37,7 @@ pub const conf = .{
 | 
			
		|||
    .description = "Config",
 | 
			
		||||
    .color = 0x000000,
 | 
			
		||||
    .icon = "",
 | 
			
		||||
    .extensions = .{ "conf", "config", ".gitconfig" },
 | 
			
		||||
    .extensions = .{ "conf", "config", ".gitconfig", "gui_config" },
 | 
			
		||||
    .highlights = fish.highlights,
 | 
			
		||||
    .comment = "#",
 | 
			
		||||
    .parser = fish.parser,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue