Skip to content

Commit

Permalink
docs: Auto-generate the Extension Lists (#479)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Jan 7, 2023
1 parent 3c3d6c9 commit 2bf1ff8
Show file tree
Hide file tree
Showing 9 changed files with 3,008 additions and 86 deletions.
69 changes: 41 additions & 28 deletions README.md
Expand Up @@ -4,37 +4,49 @@ This is a collection of VS Code Spelling Dictionary Extensions.

## Current Extensions

<!--- @@inject: static/generated/extension_list.md --->

### Languages
- [Arabic](./extensions/arabic)
- [Bulgarian](./extensions/bulgarian)
- [Brazilian Portuguese](./extensions/portuguese-brazilian)
- [Catalan](./extensions/catalan)
- [Croatian](./extensions/croatian)
- [Czech](./extensions/czech)
- [Danish](./extensions/danish)
- [Dutch](./extensions/dutch)
- [Estonian](./extensions/estonian)
- [French](./extensions/french)
- [French Réforme](./extensions/french-reforme)
- [Esperanto](./extensions/esperanto)
- [German](./extensions/german)
- [Greek](./extensions/greek)
- [Hebrew](./extensions/hebrew)
- [Italian](./extensions/italian)
- [Norwegian Bokmål](./extensions/norwegian-bokmal)
- [Persian](./extensions/persian)
- [Polish](./extensions/polish)
- [Portuguese](./extensions/portuguese)
- [Russian](./extensions/russian)
- [Slovenian](./extensions/slovenian)
- [Spanish](./extensions/spanish)
- [Swedish](./extensions/swedish)
- [Turkish](./extensions/turkish)
- [Ukrainian](./extensions/ukrainian)

- [Arabic](extensions/arabic#readme) - 0.1.5 - Arabic dictionary extension for VS Code.
- [Basque](extensions/basque#readme) - 1.0.0 - Basque dictionary extension for VS Code.
- [Bulgarian](extensions/bulgarian#readme) - 0.1.7 - Bulgarian dictionary extension for VS Code.
- [Catalan](extensions/catalan#readme) - 1.0.1 - Catalan dictionary extension for VS Code.
- [Croatian](extensions/croatian#readme) - 0.1.6 - Croatian dictionary extension for VS Code.
- [Czech](extensions/czech#readme) - 1.0.1 - Czech dictionary extension for VS Code.
- [Danish](extensions/danish#readme) - 1.0.1 - Danish dictionary extension for VS Code.
- [Dutch](extensions/dutch#readme) - 0.3.6 - Dutch / Nederlands dictionary extension for VS Code.
- [Esperanto](extensions/esperanto#readme) - 1.0.0 - Esperanto dictionary extension for VS Code.
- [Estonian](extensions/estonian#readme) - 0.1.9 - Estonian dictionary extension for VS Code.
- [French](extensions/french#readme) - 0.2.4 - French dictionary extension for VS Code.
- [French Réforme 90](extensions/french-reforme#readme) - 2.0.7 - French Réforme 90 dictionary extension for VS Code.
- [German](extensions/german#readme) - 2.1.1 - German dictionary extension for VS Code.
- [Greek](extensions/greek#readme) - 1.0.1 - Greek dictionary extension for VS Code.
- [Hebrew](extensions/hebrew#readme) - 1.0.0 - Hebrew dictionary extension for VS Code.
- [Italian](extensions/italian#readme) - 1.0.0 - Italian dictionary extension for VS Code.
- [Norwegian Bokmål](extensions/norwegian-bokmal#readme) - 0.1.8 - Norwegian Bokmål dictionary extension for VS Code.
- [Persian](extensions/persian#readme) - 1.0.0 - Persian dictionary extension for VS Code.
- [Polish](extensions/polish#readme) - 2.0.1 - Polish dictionary extension for VS Code.
- [Portuguese](extensions/portuguese#readme) - 1.0.3 - Portuguese dictionary extension for VS Code.
- [Brazilian Portuguese](extensions/portuguese-brazilian#readme) - 2.0.10 - Brazilian Portuguese dictionary extension for VS Code.
- [Russian](extensions/russian#readme) - 2.0.7 - Russian dictionary extension for VS Code.
- [Slovenian](extensions/slovenian#readme) - 0.1.5 - Slovenian dictionary extension for VS Code.
- [Spanish](extensions/spanish#readme) - 2.1.5 - Spanish Add-On for Code Spell Checker
- [Swedish](extensions/swedish#readme) - 1.1.3 - Swedish dictionary extension for VS Code.
- [Turkish](extensions/turkish#readme) - 1.0.0 - Turkish dictionary extension for VS Code.
- [Ukrainian](extensions/ukrainian#readme) - 1.0.0 - Ukrainian dictionary extension for VS Code.
- [Vietnamese](extensions/vietnamese#readme) - 1.0.0 - Vietnamese dictionary extension for VS Code.

### Syntax Highlighters

- [hunspell](extensions/hunspell-syntax#readme) - 1.0.1 - Hunspell Syntax Highlighting support

### Technical Terms
- [Medical Terms](./extensions/medical-terms)
- [Scientific Terms](./extensions/scientific-terms)

- [Medical Terms](extensions/medical-terms#readme) - 2.0.1 - Medical Terms Add-On for Code Spell Checker
- [Scientific Terms](extensions/scientific-terms#readme) - 0.1.6 - Scientific Terms dictionary extension for VS Code.

<!--- @@inject-end: static/generated/extension_list.md --->

## Contributing

Expand All @@ -59,4 +71,5 @@ cspell:words viktorstrate
cspell:words KrOstir
cspell:words Bokmål bokmal
cspell:words Watheq Taha Zerrouki Ahmed ElTabarani
cspell:words Nederlands
--->
11 changes: 6 additions & 5 deletions cspell.json
Expand Up @@ -2,7 +2,7 @@
"version": "0.2",
"dictionaryDefinitions": [
{
"name": "workspace",
"name": "project-words",
"path": "./custom-words.txt",
"description": "Workspace level words",
"addWords": true
Expand All @@ -11,18 +11,19 @@
"useGitignore": true,
"ignorePaths": [
".git",
"*.vsix",
".gitignore",
".travis.yml",
".vscode",
".vscodeignore",
"*.vsix",
"**/templates/samples/**",
"CHANGELOG.md",
"extensions/*/samples/**",
"**/templates/samples/**",
"node_modules",
"package-lock.json"
"package-lock.json",
"static/generated"
],
"dictionaries": [
"workspace"
"project-words"
]
}
1 change: 1 addition & 0 deletions custom-words.txt
Expand Up @@ -5,6 +5,7 @@ deduplicated
Dependabot
Gnomovision
lgpl
mdast
medicalterms
mkdir
ovsx
Expand Down

0 comments on commit 2bf1ff8

Please sign in to comment.