Skip to content

Commit

Permalink
fix: Add Terraform dictionary (#5404)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Mar 25, 2024
1 parent eaefdef commit 92f0195
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/cspell-bundled-dicts/cspell-default.config.js
Expand Up @@ -163,6 +163,7 @@ const settings = {
'@cspell/dict-software-terms/cspell-ext.json',
'@cspell/dict-svelte/cspell-ext.json',
'@cspell/dict-swift/cspell-ext.json',
'@cspell/dict-terraform/cspell-ext.json',
'@cspell/dict-typescript/cspell-ext.json',
'@cspell/dict-vue/cspell-ext.json',
],
Expand Down
1 change: 1 addition & 0 deletions packages/cspell-bundled-dicts/cspell-default.config.ts
Expand Up @@ -166,6 +166,7 @@ const settings: AdvancedCSpellSettings = {
'@cspell/dict-software-terms/cspell-ext.json',
'@cspell/dict-svelte/cspell-ext.json',
'@cspell/dict-swift/cspell-ext.json',
'@cspell/dict-terraform/cspell-ext.json',
'@cspell/dict-typescript/cspell-ext.json',
'@cspell/dict-vue/cspell-ext.json',
],
Expand Down
1 change: 1 addition & 0 deletions packages/cspell-bundled-dicts/package.json
Expand Up @@ -93,6 +93,7 @@
"@cspell/dict-sql": "^2.1.3",
"@cspell/dict-svelte": "^1.0.2",
"@cspell/dict-swift": "^2.0.1",
"@cspell/dict-terraform": "^1.0.0",
"@cspell/dict-typescript": "^3.1.2",
"@cspell/dict-vue": "^3.0.0"
},
Expand Down
1 change: 1 addition & 0 deletions packages/cspell/src/app/__snapshots__/app.test.ts.snap
Expand Up @@ -2789,6 +2789,7 @@ hello - softwareTerms* node_modules/.../dict/softwareTerms.txt
hello - sql node_modules/@cspell/dict-sql/sql.txt.gz
hello - svelte node_modules/@cspell/.../dict/svelte.txt
hello - swift node_modules/@cspell/dict-swift/swift.txt.gz
hello - terraform node_modules/@cspell/.../dict/terraform.txt
hello - typescript node_modules/@cspell/.../dict/typescript.txt
hello - web-services* node_modules/@cspell/.../dict/webServices.txt
hello - workspace* ../../cspell-dict.txt"
Expand Down
7 changes: 7 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 92f0195

Please sign in to comment.