How to enforce hyphenation with vale? #616
Unanswered
robertsawko
asked this question in
Q&A
Replies: 1 comment 3 replies
-
It should work if you add |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I started using Vale.sh for improving my LaTeX and Markdown - a really fantastic set of tools, many thanks. Unfortunately, I am having problem with one customisation that would be extremely useful to me. I want to spell Latin phrase "in situ" without a hyphen, but I catch myself writing "in-situ" all the time. I thought I could achieve this by using vocabularies, but after adding "in-situ" to
reject.txt
and "in situ" toaccept.txt
I am still getting false positives and negatives in my text. Specifically, Vale.sh does not highlight "in-situ" as a mistake and keeps telling me that "situ" is not a word.I feel I am still misunderstanding how this works, or maybe there is a better way of enforcing this. Please let me know.
Beta Was this translation helpful? Give feedback.
All reactions