| 
									
										
										
										
											2023-01-09 20:12:45 +00:00
										 |  |  | " Vim syntax file | 
					
						
							|  |  |  | " Language:     EditorConfig | 
					
						
							|  |  |  | " Maintainer:   Gregory Anders <greg@gpanders.com> | 
					
						
							| 
									
										
										
										
											2023-08-09 18:05:39 +03:00
										 |  |  | " Last Change:  2023-07-20 | 
					
						
							| 
									
										
										
										
											2023-01-09 20:12:45 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | if exists('b:current_syntax') | 
					
						
							|  |  |  |   finish | 
					
						
							|  |  |  | endif | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | runtime! syntax/dosini.vim | 
					
						
							|  |  |  | unlet! b:current_syntax | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-08-09 18:05:39 +03:00
										 |  |  | syntax match editorconfigUnknownProperty "^\s*\zs[a-zA-Z0-9_-]\+\ze\s*=" | 
					
						
							| 
									
										
										
										
											2023-01-09 20:12:45 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | syntax keyword editorconfigProperty root charset end_of_line indent_style | 
					
						
							|  |  |  | syntax keyword editorconfigProperty indent_size tab_width max_line_length | 
					
						
							|  |  |  | syntax keyword editorconfigProperty trim_trailing_whitespace insert_final_newline | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | hi def link editorconfigProperty dosiniLabel | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | let b:current_syntax = 'editorconfig' |