Open nathdwek opened 8 years ago
The next version will allow additional dictionary providers which will make this possible. For instance linter-spell-project for project specific dictionaries. Each language (LaTeX, HTML, etc) will also have their own dictionaries.
Out of curiosity, what file format are your text written in?
latex and md files mostly.
I'm writing technical texts, and I would like to have the ability to automatically ignore uppercase acronyms and capitalized words. I figured
aspell
orhunspell
would allow to configure this from a configuration file, but they don't AFAIK; and I don't think there is a lot of hope to get such a request going on their side given their codebases.Would it be worth considering to add the ability to specify some sort of regex based preprocessing of the text or post-processing of the reported errors in order to ignore specific patterns?