e.g. for enum inserts the following:
\begin{enumerate}{:\label{enu:}} \item \end{enumerate}
please note the ":" which are not very useful and make LaTeX go angry at you.
Please change this line in the snippet: zeroLineToPrint = "\begin{#{name}}{$1:\label{#{labPrefix}:$2\}}"
to: zeroLineToPrint = "\begin{#{name}}{${1:}\label{#{labPrefix}:$2}}"
Dan