mirror of
				https://github.com/neovim/neovim.git
				synced 2025-11-03 17:24:29 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			184 B
		
	
	
	
		
			VimL
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			184 B
		
	
	
	
		
			VimL
		
	
	
	
	
	
" Vim syntax file
 | 
						|
" Language:  systemd.unit(5)
 | 
						|
 | 
						|
if !exists('b:current_syntax')
 | 
						|
  " Looks a lot like dosini files.
 | 
						|
  runtime! syntax/dosini.vim
 | 
						|
  let b:current_syntax = 'systemd'
 | 
						|
endif
 |