@@ -12,7 +12,7 @@ import { autoResolve } from './util/AutoResolve.js';
12
12
// cspell:ignore jshintrc jscsrc eslintrc babelrc webmanifest mdown markdn psgi phtml pssc psrc gypi rhistory
13
13
// cspell:ignore rprofile cshtml gemspec cginc ebuild zshrc zprofile zlogin zlogout zshenv dsql ascx axml
14
14
// cspell:ignore bpmn csproj dita ditamap dtml fsproj fxml isml mxml adoc
15
- // cspell:ignore purescript purs dhall SPSS
15
+ // cspell:ignore purescript purs dhall SPSS tfvars
16
16
17
17
export interface LanguageExtensionDefinition {
18
18
id : string ;
@@ -122,6 +122,8 @@ export const languageExtensionDefinitions: LanguageDefinitions = [
122
122
{ id : 'svelte' , extensions : [ '.svelte' ] } ,
123
123
{ id : 'swift' , extensions : [ '.swift' ] } ,
124
124
{ id : 'toml' , extensions : [ '.toml' ] } ,
125
+ { id : 'terraform' , extensions : [ '.tf' , '.tf.json' ] } ,
126
+ { id : 'tfvars' , extensions : [ '.tfvars' ] , description : 'Terraform Variables' } ,
125
127
{ id : 'typescript' , extensions : [ '.ts' , '.cts' , '.mts' ] } ,
126
128
{ id : 'typescriptreact' , extensions : [ '.tsx' ] } ,
127
129
{ id : 'vb' , extensions : [ '.vb' , '.brs' , '.vbs' , '.bas' ] } ,
0 commit comments