| 
									
										
										
										
											2004-06-13 20:20:40 +00:00
										 |  |  | " Vim syntax file | 
					
						
							|  |  |  | " Language:	Dylan Library Interface Files | 
					
						
							|  |  |  | " Authors:	Justus Pendleton <justus@acm.org> | 
					
						
							|  |  |  | "		Brent Fulgham <bfulgham@debian.org> | 
					
						
							|  |  |  | " Last Change:	Fri Sep 29 13:50:20 PDT 2000 | 
					
						
							|  |  |  | " | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-08-30 23:26:57 +02:00
										 |  |  | " quit when a syntax file was already loaded | 
					
						
							|  |  |  | if exists("b:current_syntax") | 
					
						
							| 
									
										
										
										
											2004-06-13 20:20:40 +00:00
										 |  |  |   finish | 
					
						
							|  |  |  | endif | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | syn case ignore | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | syn region	dylanlidInfo		matchgroup=Statement start="^" end=":" oneline | 
					
						
							|  |  |  | syn region	dylanlidEntry		matchgroup=Statement start=":%" end="$" oneline | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | syn sync	lines=50 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | " Define the default highlighting. | 
					
						
							| 
									
										
										
										
											2016-08-30 23:26:57 +02:00
										 |  |  | " Only when an item doesn't have highlighting yet | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-08-31 22:22:10 +02:00
										 |  |  | hi def link dylanlidInfo		Type | 
					
						
							|  |  |  | hi def link dylanlidEntry		String | 
					
						
							| 
									
										
										
										
											2016-08-30 23:26:57 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2004-06-13 20:20:40 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | let b:current_syntax = "dylanlid" | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | " vim:ts=8 |