Skip to content

Commit 1576c26

Browse files
authored
Merge pull request #55 from Quenty/users/quenty/nomad
feat: Add nomad configuration support
2 parents 7ebc850 + 14e66df commit 1576c26

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

Terraform.YAML-tmLanguage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
---
33
name: Terraform
44
scopeName: source.terraform
5-
fileTypes: [tf, tfvars, hcl]
5+
fileTypes: [tf, tfvars, hcl, nomad]
66
uuid: 9060ca81-906d-4f19-a91a-159f4eb119d6
77

88
patterns:

Terraform.sublime-syntax

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ name: Terraform
2121
# https://www.terraform.io/docs/language/index.html
2222
file_extensions:
2323
- tf
24+
- hcl
25+
- nomad
26+
2427
scope: source.terraform
2528

2629
variables:

Terraform.tmLanguage

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<string>tf</string>
88
<string>tfvars</string>
99
<string>hcl</string>
10+
<string>nomad</string>
1011
</array>
1112
<key>name</key>
1213
<string>Terraform</string>

0 commit comments

Comments
 (0)