AtomLinter / linter-spell-latex

Provider for Atom linter-spell package to enable LaTeX spell checking.
MIT License
8 stars 7 forks source link

Adding a word to dictionnary still fails when followed by a dot #24

Closed mattiasdrp closed 1 year ago

mattiasdrp commented 7 years ago

Let's say I add Mytest to my personal dictionnary.

In atom, when I write

blablabla Mytest blablabla

it works well but if I write

blablabla Mytest.

It gives me a spell error on Mytest. suggesting Mytest.

I tried

hunspell 
Hunspell 1.3.3

Mytest
*

Mytest.
*

So I guess this is a package issue and not a hunspell one.