I've written the following snippet to work with the description environment under LaTeX.

description= \\begin{description}\n%ws%\\item %cursor%\n\\end{description}

However, when I try to use it, it results in :

\begin
    \item 
\end

Which is not expected. Other snippets, like

enumerate=\\begin{enumerate}\n%ws%\\item %cursor%\n\\end{enumerate}

work very well.
This is Geany 1.29, under Debian GNU/Linux 9 (stretch).

Any idea ?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.