mirror of
				git://git.code.sf.net/p/zsh/code
				synced 2025-11-04 07:21:06 +01:00 
			
		
		
		
	To try this, see the instructions at the top of Util/zyodl.vim (in the comment). * Util/zyodl.vim: New syntax highlighting file. * Doc/Zsh/.vimrc: New file, hooks up zyodl.vim for automatic loading. * Etc/zsh-development-guide: Namedrop zyodl.vim for discoverability.
		
			
				
	
	
		
			4 lines
		
	
	
	
		
			227 B
		
	
	
	
		
			VimL
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
	
		
			227 B
		
	
	
	
		
			VimL
		
	
	
	
	
	
augroup filetypedetect
 | 
						|
  autocmd BufRead,BufNewFile **/Doc/Zsh/*.yo set ft=zyodl | source <sfile>:h:h:h/Util/zyodl.vim
 | 
						|
  "autocmd BufRead,BufNewFile **/Etc/FAQ.yo  set ft=zyodl | source <sfile>:h:h:h/Util/zyodl.vim
 | 
						|
augroup END
 |