Hi all!
Can anyone tell me why this isn’t working?
<snippet>
<content><![CDATA[
\begin{itemize}
$TM_SELECTED_TEXT
\end{itemize}
]]></content>
<tabTrigger>im</tabTrigger>
<scope>text.tex.latex</scope>
<description>Enclose in itemize</description>
</snippet>
It’s not putting my selected text within the itemize environment, it creates the environment but puts no text in it… If I implement this with a keyboard binding instead, it works fine!!
Am I doing something wrong?