Unnamed repository; edit this file 'description' to name the repository.
Detect .gitlab-ci-local-env as env file-type (#15727)
Signed-off-by: Kristoffer Plagborg Bak Sørensen <[email protected]> Co-authored-by: Kristoffer Plagborg Bak Sørensen <[email protected]>
Kristoffer Plagborg Bak Sørensen 7 weeks ago
parent a8b359b · commit 8c41b11
-rw-r--r--languages.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/languages.toml b/languages.toml
index ab6a8a59..b2d36cfc 100644
--- a/languages.toml
+++ b/languages.toml
@@ -3369,6 +3369,7 @@ file-types = [
{ glob = "_environment.local" }, # https://quarto.org/docs/projects/environment.html#local-environment
{ glob = "_environment.required" }, # https://quarto.org/docs/projects/environment.html#required-variables
{ glob = ".bazeliskrc" }, # https://github.com/bazelbuild/bazelisk#bazeliskrc-configuration-file
+ { glob = ".gitlab-ci-local-env" }, # https://github.com/firecow/gitlab-ci-local#via-environment-variables
]
injection-regex = "env"
comment-token = "#"