" Adapt syntax highlighting for listings.sty so listings with TeX " metacharacters don't screw up the highlighting " $Id: tex.vim,v 1.1 2005/12/09 15:39:05 msbethke Exp msbethke $ syn region texZone start="\\begin{lstlisting}" end="\\end{lstlisting}\|%stopzone\>" contains=@Spell syn region texZone start="\\code!" end="!" contains=@Spell syn region texZone start="\\code^" end="^" contains=@Spell