| 
									
										
										
										
											2020-06-07 21:07:18 +02:00
										 |  |  | " Elm filetype plugin file | 
					
						
							|  |  |  | " Language: Elm | 
					
						
							|  |  |  | " Maintainer: Andreas Scharf <as@99n.de> | 
					
						
							| 
									
										
										
										
											2022-04-27 15:25:03 +01:00
										 |  |  | " Latest Revision: 2022-04-25 | 
					
						
							| 
									
										
										
										
											2020-06-07 21:07:18 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | if exists("b:did_ftplugin") | 
					
						
							|  |  |  |   finish | 
					
						
							|  |  |  | endif | 
					
						
							|  |  |  | let b:did_ftplugin = 1 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | let s:cpo_save = &cpo | 
					
						
							|  |  |  | set cpo&vim | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | setlocal comments=s1fl:{-,mb:\ ,ex:-},:-- | 
					
						
							|  |  |  | setlocal commentstring=--\ %s | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-04-27 15:25:03 +01:00
										 |  |  | let b:undo_ftplugin = "setl com< cms<" | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-06-07 21:07:18 +02:00
										 |  |  | let &cpo = s:cpo_save | 
					
						
							|  |  |  | unlet s:cpo_save |