This release introduces support for multiple Hunspell-compatible dictionaries:
extends: spelling
message: "'%s' is a typo!"
# `dicpath` may be absolute or relative. Vale also
# respects the `DICPATH` environment variable.
dicpath: ../../fixtures/spelling/dics
dictionaries:
- en_US
- en_medical
Changelog
cf283a8 feat: support multiple dictionaries
2e27693 fix: report the correct location for lines with multiple matches
79012cc fix: ensure that scope: raw
always gets unprocessed content.