From 9fd9834c936d4526613ae5b7dd4c8e3334261709 Mon Sep 17 00:00:00 2001 From: Andy Lester Date: Sat, 4 May 2024 22:04:13 -0500 Subject: [PATCH] Add Terraform --- Changes | 2 ++ ack | 1 + lib/App/Ack/ConfigDefault.pm | 4 ++++ 3 files changed, 7 insertions(+) diff --git a/Changes b/Changes index 0b2e73f..8c2fc4a 100644 --- a/Changes +++ b/Changes @@ -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 diff --git a/ack b/ack index 779e2cc..0a256af 100755 --- a/ack +++ b/ack @@ -2395,6 +2395,7 @@ mailing list. How appropriate to have Inowledgements! Thanks to everyone who has contributed to ack in any way, including +Thiago Perrotta, Thomas Gossler, Kieran Mace, Volker Glave, diff --git a/lib/App/Ack/ConfigDefault.pm b/lib/App/Ack/ConfigDefault.pm index aa39afa..3e1d813 100644 --- a/lib/App/Ack/ConfigDefault.pm +++ b/lib/App/Ack/ConfigDefault.pm @@ -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