Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Discussion options

You must be logged in to vote

It's the \ldots#m entry in tex.cwl that "pollutes" the one without #m in latex-document.cwl. Both tex.cwl and latex-document.cwl are loaded by default.

$ rg --no-heading '\\ldots\b' completion
completion/latex-document.cwl:254:\ldots
completion/plaintex.cwl:388:\ldots#m
completion/tex.cwl:572:\ldots#m

QStringList cwlFiles = config->value("Editor/Completion Files", QStringList() << "tex.cwl" << "latex-document.cwl" << "latex-dev.cwl").toStringList();

This can be resolved by removing the \ldots#m entry from tex.cwl, as it's a plainTeX macro and is already recorded in plaintex.cwl.

We may need to review all the entries wh…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by octaeder
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants