Unnamed repository; edit this file 'description' to name the repository.
| -rw-r--r-- | languages.toml | 1 |
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 = "#" |