Skip to content

Commit

Permalink
Document how to add words to dictionaries
Browse files Browse the repository at this point in the history
  • Loading branch information
AndiDog authored Oct 23, 2024
1 parent 583dfca commit ae4a6bc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,10 @@ This will open new VSCode window. Inside it open previously edited `seattle.md`.

Shortly after pull request is merged extension will appear in vscode extensions marketplace.

## Adding words to a language dictionary

This extension is based on [cspell-dicts](https://github.com/streetsidesoftware/cspell-dicts). Many languages have a file `dictionaries/*/src/*additional-words.txt` (example: [`en_shared`](https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_shared/src/shared-additional-words.txt)) in which changes can be proposed through a GitHub PR. The next release of `cspell` should then contain your changes, and will be automatically bumped in the next release of this VS Code extension.

## Contributors

<a href="https://github.com/streetsidesoftware/cspell-dicts/graphs/contributors">
Expand Down

0 comments on commit ae4a6bc

Please sign in to comment.