```python bad_spellling = "bad" # Not detected in codespell==2.2.2 ``` Can codespell's default regex(s) support splitting along snake case's underscore and determining misspellings within particles? --- Related - [This comment](https://github.com/codespell-project/codespell/issues/391#issuecomment-613522198) talks about using `--regex` to detect misspellings within snake case, and it lead to [this draft PR](https://github.com/codespell-project/codespell/pull/1482). - Request for CamelCase support: https://github.com/codespell-project/codespell/issues/196