.tf -> Terraform (#3)

.tf files were detected as HCL instead of Terraform.
We prefer the more specific Terraform identified,
even if it follows HCL syntax.
This commit is contained in:
Santiago M. Mola 2016-09-06 18:25:18 +02:00 committed by GitHub
parent 11717692b5
commit 6043702bbc

View File

@ -203,7 +203,7 @@ var languagesByExtension = map[string][]string{
".mo": {"Modelica"},
".rhtml": {"RHTML"},
".xib": {"XML"},
".tf": {"HCL"},
".tf": {"Terraform"},
".clixml": {"XML"},
".smt": {"SMT"},
".applescript": {"AppleScript"},