Open silverwind opened 3 months ago
I can see 2 problems:
.spellignore
name implies a kind of proximity with .gitignore
syntax, and it's not something interesting in the context of misspell.Your issue is more a proposal of a solution than a description of a problem. Even if I understand the needs, the proposed solution is not something I want to implement.
I can see 2 other approaches:
-dict
by adding an option to load a file.
Misspell currently supports a
-i
argument but I find it more flexible to have ignored words listed in a file. In the spirit of.gitignore
and other similar files, I propose supporting a.spellignore
file. Currently I have implemented this in a bash script: