Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e806769

Browse files
committed
mark code blocks as sh blocks to add at least a bit of syntax highlighting
1 parent 73c2fdb commit e806769

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ and [generators][cmake-generators].
2525
If your IDE isn't supported or you'd prefer to build using a command line generator, it's easy to
2626
get started. For example, to build in debug mode:
2727

28-
```
28+
```sh
2929
# initialize the build scripts
3030
cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug
3131

@@ -39,7 +39,7 @@ cmake --build build
3939
If you find yourself in need of trace-level logs for the VM's state, you can enable them by turning
4040
on the `ENABLE_TRACING` flag and then rebuilding:
4141

42-
```
42+
```sh
4343
cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug -DENABLE_TRACING=ON
4444
cmake --build build
4545
```

0 commit comments

Comments
 (0)