mirror of
				https://github.com/kastdeur/dotfiles.git
				synced 2025-10-31 03:06:35 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			28 lines
		
	
	
	
		
			1,007 B
		
	
	
	
		
			Text
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
	
		
			1,007 B
		
	
	
	
		
			Text
		
	
	
		
			Executable file
		
	
	
	
	
if exists("moreverb_package_file")
 | 
						|
	finish
 | 
						|
endif
 | 
						|
let moreverb_package_file = 1
 | 
						|
 | 
						|
let g:TeX_package_option_moreverb = ''
 | 
						|
 | 
						|
let g:TeX_package_moreverb = 
 | 
						|
\ 'ens:verbatimwrite:{<++>},'
 | 
						|
\.'ens:verbatimtab:[<++>],'
 | 
						|
\.'ens:listing:[<+step+>]{<+number+>},'
 | 
						|
\.'ens:listing*:[<+step+>]{<+number+>},'
 | 
						|
\.'env:boxedverbatim,'
 | 
						|
\.'bra:verbatimtabsize,'
 | 
						|
\.'bra:listingoffset,'
 | 
						|
\.'brs:listinginput[<++>]{<++>}{<++>},'
 | 
						|
\.'brs:verbatimtabinput[<++>]{<++>}'
 | 
						|
 | 
						|
let g:Tex_completion_explorer = g:Tex_completion_explorer.'verbatimtabinput,'
 | 
						|
 | 
						|
syn region texZone   start="\\begin{verbatimwrite}"  end="\\end{verbatimwrite}\|%stopzone\>" fold
 | 
						|
syn region texZone   start="\\begin{verbatimtab}"    end="\\end{verbatimtab}\|%stopzone\>" fold
 | 
						|
syn region texZone   start="\\begin{boxedverbatim}"  end="\\end{boxedverbatim}\|%stopzone\>" fold
 | 
						|
syn region texZone   start="\\begin{listing}"  end="\\end{listing}\|%stopzone\>" fold
 | 
						|
syn region texZone   start="\\begin{listing*}"  end="\\end{listing*}\|%stopzone\>" fold
 | 
						|
 | 
						|
 | 
						|
" vim:ft=vim:ff=unix:
 |