summaryrefslogtreecommitdiff
path: root/internal/showcase/code_extractor.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/showcase/code_extractor.go')
-rw-r--r--internal/showcase/code_extractor.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/showcase/code_extractor.go b/internal/showcase/code_extractor.go
index b51761c..98e1aca 100644
--- a/internal/showcase/code_extractor.go
+++ b/internal/showcase/code_extractor.go
@@ -48,6 +48,7 @@ func extractCodeSnippet(repoPath string, languages []LanguageStats) (string, str
"SQL": {".sql"},
"Make": {"Makefile", "makefile", "GNUmakefile"},
"HCL": {".tf", ".tfvars", ".hcl"},
+ "AWK": {".awk"},
}
// Get file extensions for the primary language