Skip to content

Commit 350c19a

Browse files
Add starlark highlighting to Bazel readme (#1264)
Mark the build files as using the starlark language so they have the correct syntax highlighting.
1 parent ef2a8e9 commit 350c19a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bazel/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Setup Instructions
44

55
In `WORKSPACE` file, put:
6-
```
6+
```starlark
77
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
88
http_archive(
99
name = "emsdk",
@@ -37,7 +37,7 @@ build --incompatible_enable_cc_toolchain_resolution
3737

3838
Then write a new rule wrapping your `cc_binary`.
3939

40-
```
40+
```starlark
4141
load("@rules_cc//cc:defs.bzl", "cc_binary")
4242
load("@emsdk//emscripten_toolchain:wasm_rules.bzl", "wasm_cc_binary")
4343

0 commit comments

Comments
 (0)