mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 16:31:40 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			408 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			408 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| diff --git a/conf.h b/conf.h
 | |
| index 4435a91..0e055cf 100644
 | |
| --- a/conf.h
 | |
| +++ b/conf.h
 | |
| @@ -17,7 +17,8 @@ static struct filetype {
 | |
|  	{"py", "\\.py$"},				/* python */
 | |
|  	{"bib", "bib$"},				/* refer */
 | |
|  	{"nm", "\\.nm$"},				/* neatmail */
 | |
| -	{"diff", "\\.(patch|diff)$"}			/* diff */
 | |
| +	{"diff", "\\.(patch|diff)$"},			/* diff */
 | |
| +	{"sh", ".$"}					/* everything else */
 | |
|  };
 | |
|  
 | |
|  /* syntax highlighting patterns */
 |