Skip to content

Commit

Permalink
Add Terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
petdance committed May 5, 2024
1 parent 23b156a commit 9fd9834
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ NEXT
[FEATURES]
Add support for Starlark and Pytest filetypes.

Add support for Terraform. Thanks, Thiago Perrotta. (GH #377)

[FIXES]
The ack-standalone that gets built, and is what's available for download at
https://beyondgrep.com, now puts each of the modules it pulls in into its
Expand Down
1 change: 1 addition & 0 deletions ack
Original file line number Diff line number Diff line change
Expand Up @@ -2395,6 +2395,7 @@ mailing list.
How appropriate to have I<ack>nowledgements!
Thanks to everyone who has contributed to ack in any way, including
Thiago Perrotta,
Thomas Gossler,
Kieran Mace,
Volker Glave,
Expand Down
4 changes: 4 additions & 0 deletions lib/App/Ack/ConfigDefault.pm
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,10 @@ sub _options_block {
# https://www.tcl.tk/
--type-add=tcl:ext:tcl,itcl,itk
# Terraform
# https://github.com/hashicorp/terraform
--type-add=terraform=.tf,.tfvars
# TeX & LaTeX
# https://www.latex-project.org/
--type-add=tex:ext:tex,cls,sty
Expand Down

0 comments on commit 9fd9834

Please sign in to comment.