From 2882bb6eb39b974fc8ba8869ce0f0787598cc69a Mon Sep 17 00:00:00 2001 From: Borja Lorente Date: Thu, 27 Apr 2023 17:14:51 +0100 Subject: [PATCH] docs: Add starlark directive to code snippet (#1170) A very minor cleaup change. --- gazelle/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gazelle/README.md b/gazelle/README.md index e9a805235..2cd38764f 100644 --- a/gazelle/README.md +++ b/gazelle/README.md @@ -93,7 +93,7 @@ Finally, you create a target that you'll invoke to run the Gazelle tool with the rules_python extension included. This typically goes in your root `/BUILD.bazel` file: -``` +```starlark load("@bazel_gazelle//:def.bzl", "gazelle") load("@rules_python_gazelle_plugin//:def.bzl", "GAZELLE_PYTHON_RUNTIME_DEPS")