Skip to content

Commit

Permalink
fix: Add flutter dictionary for dart (#6185)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S authored Aug 29, 2024
1 parent 062f93c commit dd68c9a
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 0 deletions.
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 @@ -133,6 +133,7 @@ const settings = {
'@cspell/dict-en-common-misspellings/cspell-ext.json',
'@cspell/dict-en-gb/cspell-ext.json',
'@cspell/dict-filetypes/cspell-ext.json',
'@cspell/dict-flutter/cspell-ext.json',
'@cspell/dict-fonts/cspell-ext.json',
'@cspell/dict-fsharp/cspell-ext.json',
'@cspell/dict-fullstack/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 @@ -136,6 +136,7 @@ const settings: AdvancedCSpellSettings = {
'@cspell/dict-en-common-misspellings/cspell-ext.json',
'@cspell/dict-en-gb/cspell-ext.json',
'@cspell/dict-filetypes/cspell-ext.json',
'@cspell/dict-flutter/cspell-ext.json',
'@cspell/dict-fonts/cspell-ext.json',
'@cspell/dict-fsharp/cspell-ext.json',
'@cspell/dict-fullstack/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 @@ -64,6 +64,7 @@
"@cspell/dict-en-gb": "1.1.33",
"@cspell/dict-en_us": "^4.3.23",
"@cspell/dict-filetypes": "^3.0.4",
"@cspell/dict-flutter": "^1.0.0",
"@cspell/dict-fonts": "^4.0.0",
"@cspell/dict-fsharp": "^1.0.1",
"@cspell/dict-fullstack": "^3.2.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 @@ -3468,6 +3468,7 @@ hello * en-gb node_modules/@cspell/dict-en-gb/en_GB.trie.gz
hello - en-gb-common-misspe node_modules/@cspell/.../dict-en-gb.yaml
hello - en-us-common-misspe node_modules/@cspell/.../dict-en-us.yaml
hello - filetypes* node_modules/.../dict-filetypes/filetypes.txt.gz
hello - flutter node_modules/@cspell/dict-flutter/flutter.txt.gz
hello - fonts node_modules/@cspell/dict-fonts/dict/fonts.txt
hello - fsharp node_modules/@cspell/dict-fsharp/dict/fsharp.txt
hello - fullstack node_modules/@cspell/.../dict/fullstack.txt
Expand Down
8 changes: 8 additions & 0 deletions pnpm-lock.yaml

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

0 comments on commit dd68c9a

Please sign in to comment.