Skip to content

Commit b7fbae5

Browse files
authored
Add .bazeliskrc to env file-type (#15222)
1 parent 12cfdb7 commit b7fbae5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

languages.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3328,6 +3328,7 @@ file-types = [
33283328
{ glob = "_environment-*" }, # https://quarto.org/docs/projects/environment.html#profile-environments
33293329
{ glob = "_environment.local" }, # https://quarto.org/docs/projects/environment.html#local-environment
33303330
{ glob = "_environment.required" }, # https://quarto.org/docs/projects/environment.html#required-variables
3331+
{ glob = ".bazeliskrc" }, # https://github.com/bazelbuild/bazelisk#bazeliskrc-configuration-file
33313332
]
33323333
injection-regex = "env"
33333334
comment-token = "#"

0 commit comments

Comments
 (0)