ChrisChinchilla / Openly

A Vale linter style that aims to replicate Grammarly in an open-source, privacy-friendly way
MIT License
128 stars 10 forks source link

So.yml missing ( in the regex #19

Closed AnabasisXu closed 5 months ago

AnabasisXu commented 7 months ago

Openly/Openly/So.yml at master · testthedocs/Openly

Current:

  - '?<=[.;?!]\s)(?:[.-]?\s*)so\b'

Should be:

  - '(?<=[.;?!]\s)(?:[.-]?\s*)so\b'
ChrisChinchilla commented 7 months ago

@AnabasisXu I've actually had this on my to do list for ages! thanks!