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" rule not accurate #10

Closed ChrisChinchilla closed 1 year ago

ChrisChinchilla commented 2 years ago

Untitled

dylan-k commented 1 year ago

This might work as the regex to use instead: (?<=[.;?!]\s)(?:[.-]?\s*)so\b

ChrisChinchilla commented 1 year ago

Thanks @dylan-k