AtomLinter / linter-spell

Multilingual grammar-specific spell checking for Atom and linter using Ispell compatible interface such as GNU Aspell or Hunspell.
https://atom.io/packages/linter-spell
MIT License
14 stars 1 forks source link

enhancement: select combination of more than one active dictionary #59

Open s-light opened 6 years ago

s-light commented 6 years ago

The Idea here is - if i have some texts that use german as base language but has a big bunch of english words in it i would like to select de + en as dictionaries at the same time. For sure this can give wrong 'its fine' results - but thats fine because i know i have selected the combination :-)

is this possible from linter-spell? or is this something that would be needed to be implemented in aspell or hunspell itself?