diff --git a/docs/reference.md b/docs/reference.md index 4227c65..e5f100b 100644 --- a/docs/reference.md +++ b/docs/reference.md @@ -39,6 +39,8 @@ Configuration is read from the following (in precedence order) | type.\.\ | \ | \ | \ | See `default.` for child keys. Run with `--type-list` to see available ``s. | | type.\.extend-glob | \- | list of strings | \- | File globs for matching ``. | +### Example configurations + Common `extend-ignore-re`: - Line ignore with trailing `# spellchecker:disable-line`: `"(?Rm)^.*(#|//)\\s*spellchecker:disable-line$"` - Line block with `# spellchecker:`: `"(?s)(#|//)\\s*spellchecker:off.*?\\n\\s*(#|//)\\s*spellchecker:on"`