Skip to content

Commit

Permalink
Merge eaa6a3f into 1d3a3d7
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Aug 3, 2023
2 parents 1d3a3d7 + eaa6a3f commit 66ef77c
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/cspell-bundled-dicts/cspell-default.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ const settings = {
'@cspell/dict-en-gb/cspell-ext.json',
'@cspell/dict-filetypes/cspell-ext.json',
'@cspell/dict-fonts/cspell-ext.json',
'@cspell/dict-fsharp/cspell-ext.json',
'@cspell/dict-fullstack/cspell-ext.json',
'@cspell/dict-gaming-terms/cspell-ext.json',
'@cspell/dict-git/cspell-ext.json',
Expand Down
1 change: 1 addition & 0 deletions packages/cspell-bundled-dicts/cspell-default.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ const settings: AdvancedCSpellSettings = {
'@cspell/dict-en-gb/cspell-ext.json',
'@cspell/dict-filetypes/cspell-ext.json',
'@cspell/dict-fonts/cspell-ext.json',
'@cspell/dict-fsharp/cspell-ext.json',
'@cspell/dict-fullstack/cspell-ext.json',
'@cspell/dict-gaming-terms/cspell-ext.json',
'@cspell/dict-git/cspell-ext.json',
Expand Down
1 change: 1 addition & 0 deletions packages/cspell-bundled-dicts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"@cspell/dict-en_us": "^4.3.6",
"@cspell/dict-filetypes": "^3.0.1",
"@cspell/dict-fonts": "^4.0.0",
"@cspell/dict-fsharp": "^1.0.0",
"@cspell/dict-fullstack": "^3.1.5",
"@cspell/dict-gaming-terms": "^1.0.4",
"@cspell/dict-git": "^2.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/cspell/src/app/__snapshots__/app.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1898,6 +1898,7 @@ hello - en-gb-common-misspelling node_modules/@cspell/.../dict-en-gb.yaml
hello - en-us-common-misspelling node_modules/@cspell/.../dict-en-us.yaml
hello - filetypes* node_modules/@cspell/.../filetypes.txt.gz
hello - fonts node_modules/@cspell/dict-fonts/dict/fonts.txt
hello - fsharp node_modules/@cspell/.../dict/fsharp.txt
hello - fullstack node_modules/@cspell/.../dict/fullstack.txt
hello - gaming-terms node_modules/@cspell/.../dict/gaming-terms.txt
hello * golang node_modules/@cspell/dict-golang/dict/go.txt
Expand Down
9 changes: 8 additions & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 66ef77c

Please sign in to comment.