errata-ai / vale

:pencil: A markup-aware linter for prose built with speed and extensibility in mind.
https://vale.sh
MIT License
4.52k stars 155 forks source link

Words prefixed with a quote are ignored by spell check #920

Open alecthegeek opened 2 weeks ago

alecthegeek commented 2 weeks ago

Check for existing issues

Environment

macOS

Home brew

Vale 3.8.0

Describe the bug / provide steps to reproduce it

When a word is prefixed with a quote (" or ') it is ignored for spell checking. for example (using a Posix shell)

vale \\\"Helloxxxx

Does not return a spelling error

vale \"Helloxxxx returns 1:2 error Did you really mean 'Helloxxx'? Vale.Spelling

If this is working as intended then we should update the docs.

(when I say "we" I mean me)