Skip to content

Commit 5d4c9f0

Browse files
committed
rename to hcl (scope.hcl)
1 parent 2ecf003 commit 5d4c9f0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Comments.tmPreferences

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<key>name</key>
66
<string>Comments</string>
77
<key>scope</key>
8-
<string>source.terraform, source.terraform-vars, source.terraform-hcl</string>
8+
<string>source.terraform, source.terraform-vars, source.hcl</string>
99
<key>settings</key>
1010
<dict>
1111
<key>shellVariables</key>
File renamed without changes.

Terraform-hcl.sublime-syntax renamed to HCL.sublime-syntax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
# https://raw.githubusercontent.com/kkos/oniguruma/5.9.6/doc/RE
1414
#
1515
---
16-
name: Terraform (HCL)
16+
name: HCL
1717

1818
# File Extensions:
1919
#
2020
# - ".hcl": non-terraform tools often use this HCL syntax, i.e. Vault
2121
# https://www.vaultproject.io/docs/configuration/
2222
file_extensions:
2323
- hcl
24-
scope: source.terraform-hcl
24+
scope: source.hcl
2525

2626
contexts:
2727
main:

0 commit comments

Comments
 (0)