Skip to content

Commit 05bb712

Browse files
committed
Add syntax highlining
1 parent d8a5e6b commit 05bb712

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ as well as anything that requires function calls to be computed.
1010

1111
# Syntax
1212

13-
```
13+
```rust
1414
lazy_static! {
1515
static ref NAME_1: TYPE_1 = EXPR_1;
1616
static ref NAME_2: TYPE_2 = EXPR_2;

src/lazy_static.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ as well as anything that requires function calls to be computed.
88
99
# Syntax
1010
11-
```
11+
```rust
1212
lazy_static! {
1313
static ref NAME_1: TYPE_1 = EXPR_1;
1414
static ref NAME_2: TYPE_2 = EXPR_2;

0 commit comments

Comments
 (0)