| 
									
										
										
										
											2005-07-27 21:13:01 +00:00
										 |  |  | " Language   : Tar Listing Syntax | 
					
						
							|  |  |  | " Maintainer : Bram Moolenaar | 
					
						
							|  |  |  | " Last change: Sep 08, 2004 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | if exists("b:current_syntax") | 
					
						
							|  |  |  |  finish | 
					
						
							|  |  |  | endif | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | syn match tarComment '^".*' contains=tarFilename | 
					
						
							|  |  |  | syn match tarFilename 'tarfile \zs.*' contained | 
					
						
							|  |  |  | syn match tarDirectory '.*/$' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | hi def link tarComment	Comment | 
					
						
							|  |  |  | hi def link tarFilename	Constant | 
					
						
							|  |  |  | hi def link tarDirectory Type | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-17 15:42:40 +01:00
										 |  |  | let b:current_syntax = 'tar' | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-07-27 21:13:01 +00:00
										 |  |  | " vim: ts=8 |