Problem
I would like to allow lib+ as a custom prefix that must be followed by any other valid English word.
Solution
At the moment this doesn't seem possible - if I add
to my custom dictionary, the libapple is valid but liborange is invalid. I would like for lib+ to also match liborange (and to not need to add apple to my dictionary.) I would like for libasdf to continue to be invalid.
Alternatives
No response
Additional Context
No response
Code of Conduct