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

Use version: 2 for syntaxes #62

Merged
merged 2 commits into from
Aug 7, 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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions HCL.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
---
name: HCL

version: 2

# File Extensions:
#
# - ".hcl": non-terraform tools often use this HCL syntax, i.e. Vault
Expand All @@ -23,6 +25,4 @@ file_extensions:
- hcl
scope: source.hcl

contexts:
main:
- include: scope:source.terraform
extends: Terraform.sublime-syntax
6 changes: 3 additions & 3 deletions Terraform-vars.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
---
name: Terraform (variables)

version: 2

# File Extensions:
#
# - ".tfvars": variables definitions file
Expand All @@ -23,6 +25,4 @@ file_extensions:
- tfvars
scope: source.terraform-vars

contexts:
main:
- include: scope:source.terraform
extends: Terraform.sublime-syntax
2 changes: 2 additions & 0 deletions Terraform.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
---
name: Terraform

version: 2

# File Extensions:
#
# - ".tf": the standard file extension
Expand Down
Loading