Skip to content

Commit

Permalink
rename to hcl (scope.hcl)
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl committed Jan 18, 2024
1 parent 2ecf003 commit 5d4c9f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Comments.tmPreferences
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>name</key>
<string>Comments</string>
<key>scope</key>
<string>source.terraform, source.terraform-vars, source.terraform-hcl</string>
<string>source.terraform, source.terraform-vars, source.hcl</string>
<key>settings</key>
<dict>
<key>shellVariables</key>
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions Terraform-hcl.sublime-syntax → HCL.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
# https://raw.githubusercontent.com/kkos/oniguruma/5.9.6/doc/RE
#
---
name: Terraform (HCL)
name: HCL

# File Extensions:
#
# - ".hcl": non-terraform tools often use this HCL syntax, i.e. Vault
# https://www.vaultproject.io/docs/configuration/
file_extensions:
- hcl
scope: source.terraform-hcl
scope: source.hcl

contexts:
main:
Expand Down

0 comments on commit 5d4c9f0

Please sign in to comment.