area/language-latex

\begin{itemize} \end{itemize} autocomplete broken

Closed this issue · 2 comments

The issue arose when trying to create an itemized list. When trying to add an item before Item 1, `\end{itemize} is automatically added underneath Item 1.

\begin{itemize}
    \item Item 1
    \begin{itemize}
        \item Item A
        \item Item B
        \item Item C
        \item Item D
    \end{itemize}
    \item Item 2
    \item Item 3
    \item Item 4
\end{itemize}

I'm going to attempt to fix it myself.

Evpok commented

Well damn, guess I'll just close this. I'd uninstalled latexer it because I though it was causing problems but failed to restart Atom.