Skip to content
This repository was archived by the owner on Nov 5, 2021. It is now read-only.

Commit 62cb60a

Browse files
committed
Improving terraform hcl
1 parent 3efc637 commit 62cb60a

File tree

4 files changed

+1410
-242
lines changed

4 files changed

+1410
-242
lines changed

src/hcl/hcl.contribution.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
import { registerLanguage } from '../_.contribution';
88

99
registerLanguage({
10-
id: 'hcl',
11-
extensions: ['.tf', '.tfvars', '.hcl'],
12-
aliases: ['Terraform', 'tf', 'HCL', 'hcl'],
13-
loader: () => import('./hcl')
10+
id: 'hcl',
11+
extensions: ['.tf', '.tfvars', '.hcl'],
12+
aliases: ['Terraform', 'tf', 'HCL', 'hcl'],
13+
loader: () => import('./hcl')
1414
});

0 commit comments

Comments
 (0)