Skip to content

Commit

Permalink
fix: add data-science dictionary (#6736)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S authored Jan 3, 2025
1 parent bfb4f95 commit 8aa0037
Show file tree
Hide file tree
Showing 4 changed files with 7 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 @@ -107,6 +107,7 @@ const settings = {
'@cspell/dict-csharp/cspell-ext.json',
'@cspell/dict-css/cspell-ext.json',
'@cspell/dict-dart/cspell-ext.json',
'@cspell/dict-data-science/cspell-ext.json',
'@cspell/dict-django/cspell-ext.json',
'@cspell/dict-docker/cspell-ext.json',
'@cspell/dict-dotnet/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 @@ -110,6 +110,7 @@ const settings: AdvancedCSpellSettings = {
'@cspell/dict-csharp/cspell-ext.json',
'@cspell/dict-css/cspell-ext.json',
'@cspell/dict-dart/cspell-ext.json',
'@cspell/dict-data-science/cspell-ext.json',
'@cspell/dict-django/cspell-ext.json',
'@cspell/dict-docker/cspell-ext.json',
'@cspell/dict-dotnet/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 @@ -58,6 +58,7 @@
"@cspell/dict-csharp": "^4.0.6",
"@cspell/dict-css": "^4.0.17",
"@cspell/dict-dart": "^2.2.5",
"@cspell/dict-data-science": "^2.0.6",
"@cspell/dict-django": "^4.1.4",
"@cspell/dict-docker": "^1.1.12",
"@cspell/dict-dotnet": "^5.0.9",
Expand Down
5 changes: 4 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 8aa0037

Please sign in to comment.