| 
									
										
										
										
											2004-06-13 20:20:40 +00:00
										 |  |  | " Vim syntax file | 
					
						
							| 
									
										
										
										
											2024-01-05 17:59:04 +01:00
										 |  |  | " Language:		Modula-2 | 
					
						
							|  |  |  | " Maintainer:		Doug Kearns <dougkearns@gmail.com> | 
					
						
							|  |  |  | " Previous Maintainer:	pf@artcom0.north.de (Peter Funk) | 
					
						
							|  |  |  | " Last Change:		2024 Jan 04 | 
					
						
							| 
									
										
										
										
											2004-06-13 20:20:40 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-08-30 23:26:57 +02:00
										 |  |  | if exists("b:current_syntax") | 
					
						
							| 
									
										
										
										
											2004-06-13 20:20:40 +00:00
										 |  |  |   finish | 
					
						
							|  |  |  | endif | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-01-05 17:59:04 +01:00
										 |  |  | let dialect = modula2#GetDialect() | 
					
						
							|  |  |  | exe "runtime! syntax/modula2/opt/" .. dialect .. ".vim" | 
					
						
							| 
									
										
										
										
											2004-06-13 20:20:40 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | let b:current_syntax = "modula2" | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-01-05 17:59:04 +01:00
										 |  |  | " vim: nowrap sw=2 sts=2 ts=8 noet: |