Merge pull request #1209 from travisjeffery/master

Support terraform file type
This commit is contained in:
Geoff Greer 2018-08-06 23:41:04 -07:00 committed by GitHub
commit 93bd01ae94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View file

@ -113,6 +113,7 @@ lang_spec_t langs[] = {
{ "stylus", { "styl" } },
{ "swift", { "swift" } },
{ "tcl", { "tcl", "itcl", "itk" } },
{ "terraform", { "tf", "tfvars" } },
{ "tex", { "tex", "cls", "sty" } },
{ "thrift", { "thrift" } },
{ "tla", { "tla" } },

View file

@ -330,6 +330,9 @@ Language types are output:
--tcl
.tcl .itcl .itk
--terraform
.tf .tfvars
--tex
.tex .cls .sty