We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d713788 commit 24796bcCopy full SHA for 24796bc
lib/linguist/languages.yml
@@ -7056,6 +7056,7 @@ Starlark:
7056
- Tiltfile
7057
- WORKSPACE
7058
- WORKSPACE.bazel
7059
+ - WORKSPACE.bzlmod
7060
aliases:
7061
- bazel
7062
- bzl
samples/Starlark/filenames/WORKSPACE.bzlmod
@@ -0,0 +1,6 @@
1
+# This file marks the root of the Bazel workspace.
2
+# See MODULE.bazel for dependencies and setup.
3
+# It is only used when bzlmod is enabled.
4
+# This file will generally be kept empty in favor of using MODULE.bazel fully.
5
+
6
+workspace(name = "build_bazel_rules_ios")
0 commit comments