Closed AstrickHarren closed 4 years ago
I can't repro this:
Are you sure you set the editor language correctly?
Problem solved. Think it was because language-markdown
renders its math grammar with language-latex
, and that .latex
is in the default disable selector of latex-completions
. The auto-fill pumped up again after enabling .latex
.
I am using the markdown grammar package
language-markdown
while trying to covert latex math commands into unicode. Strangely when the cursor is put between a escaped bracelets in the (inline and/or display) math mode, the autocompletion suggestion does not pop up.as this
\alpha
does not activate completion suggestions. It still provokes suggestions fromsnippets
with.text.md
scope and the built-inautocomplete-plus
though.