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

Commit

Permalink
Improving terraform hcl
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsecas72 committed Sep 2, 2020
1 parent 3efc637 commit 62cb60a
Show file tree
Hide file tree
Showing 4 changed files with 1,410 additions and 242 deletions.
8 changes: 4 additions & 4 deletions src/hcl/hcl.contribution.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
import { registerLanguage } from '../_.contribution';

registerLanguage({
id: 'hcl',
extensions: ['.tf', '.tfvars', '.hcl'],
aliases: ['Terraform', 'tf', 'HCL', 'hcl'],
loader: () => import('./hcl')
id: 'hcl',
extensions: ['.tf', '.tfvars', '.hcl'],
aliases: ['Terraform', 'tf', 'HCL', 'hcl'],
loader: () => import('./hcl')
});
Loading

0 comments on commit 62cb60a

Please sign in to comment.