vscode-ltex icon indicating copy to clipboard operation
vscode-ltex copied to clipboard

Ignoring of subenvironment

Open Sandra4804 opened this issue 1 year ago • 0 comments

Hello,

I have tried to ignore subenvironments like "\pgfplotstableset{}" and "\pgfplotstabletypeset[]" for the spelling check, due to the main document is in naustrian and in these enviroments of course english needs to be used.

i have tried the following:

"ltex.additionalRules.motherTongue": "de-AT", "ltex.language": "de-AT", "ltex.latex.environments": { "table": "ignore", "\pgfplotstableset{}": "ignore", "pgfplotstableset{}": "ignore", "pgfplotstableset": "ignore", },

The table-enivronment works, so "\pgfplotstabletypeset[]" isn't that much of a problem but for "\pgfplotstableset{}" i don't have a workaround.

I have attached a short picture, so that its easier to understand.

Best regards

Showcase

Sandra4804 avatar Nov 16 '23 18:11 Sandra4804