Hi there,
I would like to use the latexer for easier typing of TeX. However there seems to be a bug with Atom 1.18.0 and latexer 0.3.0.
When I begin an unnumbered math equation environment
\[ and type enter I would expect and autocompletion like
But I get the following
\[
\]
\]
\]
\]
\]
\]
\]
\]
\]
which is quite annoying, since it also happens, when you have the scenario from the first block code (so an existing empty or even nonempty math environment) and place the cursor at the equation line within at the second character (where you would end up after pressing enter).
edit: The error dissappears when disabling autocomplete environments but of course then environments are not autocompleted ;)