Skip to content

Commit 92f0195

Browse files
authored
fix: Add Terraform dictionary (#5404)
1 parent eaefdef commit 92f0195

File tree

5 files changed

+11
-0
lines changed

5 files changed

+11
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ const settings = {
163163
'@cspell/dict-software-terms/cspell-ext.json',
164164
'@cspell/dict-svelte/cspell-ext.json',
165165
'@cspell/dict-swift/cspell-ext.json',
166+
'@cspell/dict-terraform/cspell-ext.json',
166167
'@cspell/dict-typescript/cspell-ext.json',
167168
'@cspell/dict-vue/cspell-ext.json',
168169
],

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

+1
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ const settings: AdvancedCSpellSettings = {
166166
'@cspell/dict-software-terms/cspell-ext.json',
167167
'@cspell/dict-svelte/cspell-ext.json',
168168
'@cspell/dict-swift/cspell-ext.json',
169+
'@cspell/dict-terraform/cspell-ext.json',
169170
'@cspell/dict-typescript/cspell-ext.json',
170171
'@cspell/dict-vue/cspell-ext.json',
171172
],

packages/cspell-bundled-dicts/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@
9393
"@cspell/dict-sql": "^2.1.3",
9494
"@cspell/dict-svelte": "^1.0.2",
9595
"@cspell/dict-swift": "^2.0.1",
96+
"@cspell/dict-terraform": "^1.0.0",
9697
"@cspell/dict-typescript": "^3.1.2",
9798
"@cspell/dict-vue": "^3.0.0"
9899
},

packages/cspell/src/app/__snapshots__/app.test.ts.snap

+1
Original file line numberDiff line numberDiff line change
@@ -2789,6 +2789,7 @@ hello - softwareTerms* node_modules/.../dict/softwareTerms.txt
27892789
hello - sql node_modules/@cspell/dict-sql/sql.txt.gz
27902790
hello - svelte node_modules/@cspell/.../dict/svelte.txt
27912791
hello - swift node_modules/@cspell/dict-swift/swift.txt.gz
2792+
hello - terraform node_modules/@cspell/.../dict/terraform.txt
27922793
hello - typescript node_modules/@cspell/.../dict/typescript.txt
27932794
hello - web-services* node_modules/@cspell/.../dict/webServices.txt
27942795
hello - workspace* ../../cspell-dict.txt"

pnpm-lock.yaml

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)