Skip minted environments in LaTeX #463
Labels
1-feature-request ✨
Issue type: Request for a desirable, nice-to-have feature
3-fixed
Issue resolution: Issue has been fixed on the develop branch
Milestone
Note: Per the contribution guidelines, deleting parts of the template or not filling in vital information may result in the issue to be immediately closed as invalid.
Is your feature request related to a problem? Please describe.
When pasting inline code into the document, (usually with the package
minted
), LTex gets very angry and causes a load of grammar / spelling errors to be flagged. It creates so much noise that finding actual errors becomes near impossible.Describe the solution you'd like
Not checking for spelling inside codeblocks, allowing sections / scopes to be ignored by LTex, perhaps by editing the settings.
Or maybe a system similar to ESLint's
/* eslint-disable */
.Describe alternatives you've considered
Not pasting inline code?
Additional context
this is very painful to mentally filter
The text was updated successfully, but these errors were encountered: