You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add snippet support for LaTeX and custom macro completer.
The snippets are copied from the snippets for TeX.
The current keywordCompleter for LaTeX is unused because the highlight rules
do not give a list of keywords, but color every LaTeX macro, so the completer
cannot use the rules to provide completion. This macro completer is inspired
from the text completer, but complete only macros (the current text completer
do not consider \ to be a part of a word).
0 commit comments