Skip to content

Commit dd68c9a

Browse files
authored
fix: Add flutter dictionary for dart (#6185)
1 parent 062f93c commit dd68c9a

File tree

5 files changed

+12
-0
lines changed

5 files changed

+12
-0
lines changed

packages/cspell-bundled-dicts/cspell-default.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ const settings = {
133133
'@cspell/dict-en-common-misspellings/cspell-ext.json',
134134
'@cspell/dict-en-gb/cspell-ext.json',
135135
'@cspell/dict-filetypes/cspell-ext.json',
136+
'@cspell/dict-flutter/cspell-ext.json',
136137
'@cspell/dict-fonts/cspell-ext.json',
137138
'@cspell/dict-fsharp/cspell-ext.json',
138139
'@cspell/dict-fullstack/cspell-ext.json',

packages/cspell-bundled-dicts/cspell-default.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ const settings: AdvancedCSpellSettings = {
136136
'@cspell/dict-en-common-misspellings/cspell-ext.json',
137137
'@cspell/dict-en-gb/cspell-ext.json',
138138
'@cspell/dict-filetypes/cspell-ext.json',
139+
'@cspell/dict-flutter/cspell-ext.json',
139140
'@cspell/dict-fonts/cspell-ext.json',
140141
'@cspell/dict-fsharp/cspell-ext.json',
141142
'@cspell/dict-fullstack/cspell-ext.json',

packages/cspell-bundled-dicts/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
"@cspell/dict-en-gb": "1.1.33",
6565
"@cspell/dict-en_us": "^4.3.23",
6666
"@cspell/dict-filetypes": "^3.0.4",
67+
"@cspell/dict-flutter": "^1.0.0",
6768
"@cspell/dict-fonts": "^4.0.0",
6869
"@cspell/dict-fsharp": "^1.0.1",
6970
"@cspell/dict-fullstack": "^3.2.0",

packages/cspell/src/app/__snapshots__/app.test.ts.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3468,6 +3468,7 @@ hello * en-gb node_modules/@cspell/dict-en-gb/en_GB.trie.gz
34683468
hello - en-gb-common-misspe node_modules/@cspell/.../dict-en-gb.yaml
34693469
hello - en-us-common-misspe node_modules/@cspell/.../dict-en-us.yaml
34703470
hello - filetypes* node_modules/.../dict-filetypes/filetypes.txt.gz
3471+
hello - flutter node_modules/@cspell/dict-flutter/flutter.txt.gz
34713472
hello - fonts node_modules/@cspell/dict-fonts/dict/fonts.txt
34723473
hello - fsharp node_modules/@cspell/dict-fsharp/dict/fsharp.txt
34733474
hello - fullstack node_modules/@cspell/.../dict/fullstack.txt

pnpm-lock.yaml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)