Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions content/en/docs/topics/vocab/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,11 @@ Vocab = Some-Name
BasedOnStyles = Vale, MyStyle
```

Each `Vocab` is a single folder (stored at `<StylesPath>/Vocab/<name>/`)
consisting of two plain-text files&mdash;`accept.txt` and
`reject.txt`&mdash;that contain one word, phrase, or regular expression per
line.
Each `Vocab` is a single folder (stored at `<StylesPath>/Vocab/<name>/`) consisting of
two plain-text files&mdash;`accept.txt` and `reject.txt`&mdash;that contain one word,
phrase, or regular expression per line. Vocabularies cannot be defined in
format-specific settings. Use multiple config files to use different vocabularies for
different formats.

The effects of using a custom `Vocab` are as follows:

Expand Down