Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Add Terraform dictionary #5404

Merged
merged 1 commit into from Mar 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.