Skip to content

Commit

Permalink
docs(ref): Discuss when extend-glob is required
Browse files Browse the repository at this point in the history
Fixes #871
  • Loading branch information
epage committed Feb 19, 2025
1 parent 9939a1b commit 967534b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Configuration is read from the following (in precedence order)
| default.extend-words | \- | table of strings | \- | Corrections for [words](./design.md#identifiers-and-words). When the correction is blank, the word is never valid. When the correction is the key, the word is always valid. |
| default.extend-ignore-words-re | \- | list of [regexes](https://docs.rs/regex/latest/regex/index.html#syntax) | \- | Pattern-match always-valid words. Note: you must handle case insensitivity yourself. |
| type.\<name>.\<field> | \<varied> | \<varied> | \<varied> | See `default.` for child keys. Run with `--type-list` to see available `<name>`s. |
| type.\<name>.extend-glob | \- | list of strings | \- | File globs for matching `<name>`. |
| type.\<name>.extend-glob | \- | list of strings | \- | File globs for matching `<name>`. This is required when defining new file types. |

### Example configurations

Expand Down

0 comments on commit 967534b

Please # to comment.