huacnlee / autocorrect

A linter and formatter to help you to improve copywriting, correct spaces, words, and punctuations between CJK (Chinese, Japanese, Korean).
https://huacnlee.github.io/autocorrect
MIT License
894 stars 31 forks source link

something not very accurate in .autocorrectrc.default #201

Closed BrentHuang closed 2 months ago

BrentHuang commented 3 months ago

in the file https://raw.githubusercontent.com/huacnlee/autocorrect/main/autocorrect/.autocorrectrc.default, something not very accurate.

image

huacnlee commented 3 months ago

Because we not have shell parser. The Ruby and Shell used same Comment style, for example: #, so it can simply port shell to ruby.

And the C++ is same like that.