Merge pull request #1209 from travisjeffery/master
Support terraform file type
This commit is contained in:
commit
93bd01ae94
2 changed files with 4 additions and 0 deletions
|
|
@ -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" } },
|
||||
|
|
|
|||
|
|
@ -330,6 +330,9 @@ Language types are output:
|
|||
--tcl
|
||||
.tcl .itcl .itk
|
||||
|
||||
--terraform
|
||||
.tf .tfvars
|
||||
|
||||
--tex
|
||||
.tex .cls .sty
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue