Skip to content

Commit 8aa0037

Browse files
authored
fix: add data-science dictionary (#6736)
1 parent bfb4f95 commit 8aa0037

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ const settings = {
107107
'@cspell/dict-csharp/cspell-ext.json',
108108
'@cspell/dict-css/cspell-ext.json',
109109
'@cspell/dict-dart/cspell-ext.json',
110+
'@cspell/dict-data-science/cspell-ext.json',
110111
'@cspell/dict-django/cspell-ext.json',
111112
'@cspell/dict-docker/cspell-ext.json',
112113
'@cspell/dict-dotnet/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
@@ -110,6 +110,7 @@ const settings: AdvancedCSpellSettings = {
110110
'@cspell/dict-csharp/cspell-ext.json',
111111
'@cspell/dict-css/cspell-ext.json',
112112
'@cspell/dict-dart/cspell-ext.json',
113+
'@cspell/dict-data-science/cspell-ext.json',
113114
'@cspell/dict-django/cspell-ext.json',
114115
'@cspell/dict-docker/cspell-ext.json',
115116
'@cspell/dict-dotnet/cspell-ext.json',

packages/cspell-bundled-dicts/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
"@cspell/dict-csharp": "^4.0.6",
5959
"@cspell/dict-css": "^4.0.17",
6060
"@cspell/dict-dart": "^2.2.5",
61+
"@cspell/dict-data-science": "^2.0.6",
6162
"@cspell/dict-django": "^4.1.4",
6263
"@cspell/dict-docker": "^1.1.12",
6364
"@cspell/dict-dotnet": "^5.0.9",

pnpm-lock.yaml

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)