Skip to content

Commit

Permalink
Merge pull request #55 from Quenty/users/quenty/nomad
Browse files Browse the repository at this point in the history
feat: Add nomad configuration support
  • Loading branch information
alexlouden committed Feb 3, 2024
2 parents 7ebc850 + 14e66df commit 1576c26
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Terraform.YAML-tmLanguage
Expand Up @@ -2,7 +2,7 @@
---
name: Terraform
scopeName: source.terraform
fileTypes: [tf, tfvars, hcl]
fileTypes: [tf, tfvars, hcl, nomad]
uuid: 9060ca81-906d-4f19-a91a-159f4eb119d6

patterns:
Expand Down
3 changes: 3 additions & 0 deletions Terraform.sublime-syntax
Expand Up @@ -21,6 +21,9 @@ name: Terraform
# https://www.terraform.io/docs/language/index.html
file_extensions:
- tf
- hcl
- nomad

scope: source.terraform

variables:
Expand Down
1 change: 1 addition & 0 deletions Terraform.tmLanguage
Expand Up @@ -7,6 +7,7 @@
<string>tf</string>
<string>tfvars</string>
<string>hcl</string>
<string>nomad</string>
</array>
<key>name</key>
<string>Terraform</string>
Expand Down

0 comments on commit 1576c26

Please sign in to comment.