diff --git a/packages/cspell-bundled-dicts/cspell-default.config.js b/packages/cspell-bundled-dicts/cspell-default.config.js index 0a342c1fe89..951c15eedb8 100644 --- a/packages/cspell-bundled-dicts/cspell-default.config.js +++ b/packages/cspell-bundled-dicts/cspell-default.config.js @@ -146,6 +146,7 @@ const settings = { '@cspell/dict-r/cspell-ext.json', '@cspell/dict-ruby/cspell-ext.json', '@cspell/dict-rust/cspell-ext.json', + '@cspell/dict-shell/cspell-ext.json', '@cspell/dict-scala/cspell-ext.json', '@cspell/dict-sql/cspell-ext.json', '@cspell/dict-software-terms/cspell-ext.json', diff --git a/packages/cspell-bundled-dicts/cspell-default.config.ts b/packages/cspell-bundled-dicts/cspell-default.config.ts index b7380398b2f..713fa34d9f4 100644 --- a/packages/cspell-bundled-dicts/cspell-default.config.ts +++ b/packages/cspell-bundled-dicts/cspell-default.config.ts @@ -149,6 +149,7 @@ const settings: AdvancedCSpellSettings = { '@cspell/dict-r/cspell-ext.json', '@cspell/dict-ruby/cspell-ext.json', '@cspell/dict-rust/cspell-ext.json', + '@cspell/dict-shell/cspell-ext.json', '@cspell/dict-scala/cspell-ext.json', '@cspell/dict-sql/cspell-ext.json', '@cspell/dict-software-terms/cspell-ext.json', diff --git a/packages/cspell-bundled-dicts/package.json b/packages/cspell-bundled-dicts/package.json index 465ff9b1dd5..29c15d0ad75 100644 --- a/packages/cspell-bundled-dicts/package.json +++ b/packages/cspell-bundled-dicts/package.json @@ -98,6 +98,7 @@ "@cspell/dict-ruby": "^5.0.7", "@cspell/dict-rust": "^4.0.11", "@cspell/dict-scala": "^5.0.7", + "@cspell/dict-shell": "^1.0.12", "@cspell/dict-software-terms": "^4.2.2", "@cspell/dict-sql": "^2.1.9", "@cspell/dict-svelte": "^1.0.6", diff --git a/packages/cspell/src/app/__snapshots__/app.test.ts.snap b/packages/cspell/src/app/__snapshots__/app.test.ts.snap index 6a2c3333f32..80fe5a17621 100644 --- a/packages/cspell/src/app/__snapshots__/app.test.ts.snap +++ b/packages/cspell/src/app/__snapshots__/app.test.ts.snap @@ -3528,7 +3528,7 @@ hello - [words]* From Settings \`words\` hello - ada node_modules/@cspell/dict-ada/dict/ada.txt hello - al node_modules/@cspell/dict-al/dict/al.txt hello - aws* node_modules/@cspell/dict-aws/dict/aws.txt -hello - bash node_modules/@cspell/dict-bash/dict/bash-words.txt +hello - bash node_modules/@cspell/dict-shell/dict/bash-words.txt hello - coding-compound-ter* node_modules/.../dict/coding-compound-terms.txt hello - companies* node_modules/@cspell/.../dict/companies.txt hello - computing-acronyms* node_modules/.../dict/computing-acronyms.txt @@ -3586,6 +3586,7 @@ hello - r node_modules/@cspell/dict-r/r.txt.gz hello - ruby node_modules/@cspell/dict-ruby/dict/ruby.txt hello - rust node_modules/@cspell/dict-rust/dict/rust.txt hello - scala node_modules/@cspell/dict-scala/dict/scala.txt +hello - shellscript node_modules/@cspell/.../dict/shell-all-words.txt hello - software-term-sugge* node_modules/@cspell/.../cspell-corrections.yaml hello - softwareTerms* node_modules/@cspell/.../dict/softwareTerms.txt hello - sql node_modules/@cspell/dict-sql/sql.txt.gz diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 102fcd5eb10..c339097642b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -438,6 +438,9 @@ importers: '@cspell/dict-scala': specifier: ^5.0.7 version: 5.0.7 + '@cspell/dict-shell': + specifier: ^1.0.12 + version: 1.0.12 '@cspell/dict-software-terms': specifier: ^4.2.2 version: 4.2.2 @@ -2323,6 +2326,9 @@ packages: '@cspell/dict-scala@5.0.7': resolution: {integrity: sha512-yatpSDW/GwulzO3t7hB5peoWwzo+Y3qTc0pO24Jf6f88jsEeKmDeKkfgPbYuCgbE4jisGR4vs4+jfQZDIYmXPA==} + '@cspell/dict-shell@1.0.12': + resolution: {integrity: sha512-VfKnYYsqJyQqNQbWhSXq7Y2/jzmvoFQrCoyLlzkOEySNyzdxObvBNQT0D4P47WX2WGHtjznfL8CiH0+Il3rlGw==} + '@cspell/dict-software-terms@4.2.2': resolution: {integrity: sha512-cgteXRzx2W/Ug7QSdFJrVxLES7krrZEjZ9J6sXRWOsVYFpgu2Gup8NKmjKOZ8NTnCjHQFrMnbmKdv56q9Kwixw==} @@ -11909,6 +11915,8 @@ snapshots: '@cspell/dict-scala@5.0.7': {} + '@cspell/dict-shell@1.0.12': {} + '@cspell/dict-software-terms@4.2.2': {} '@cspell/dict-sql@2.1.9': {} @@ -12765,7 +12773,7 @@ snapshots: '@docusaurus/react-loadable@6.0.0(react@18.3.1)': dependencies: - '@types/react': 19.0.3 + '@types/react': 18.3.18 react: 18.3.1 '@docusaurus/remark-plugin-npm2yarn@3.7.0':