Skip to content

Commit b65dfb9

Browse files
committed
Auto merge of #90 - juliangehring:syntax-highlighting, r=Amanieu
Fix rust syntax highlighting in readme This PR extends #87 a tiny bit and enables the syntax highlighting of the rust code block. The original code identifier `rs` is not recognised by the renderer in github; changing it to `rust` fixes this. Before: <img width="265" alt="Screenshot 2019-06-13 at 22 29 53" src="https://user-images.githubusercontent.com/302566/59468792-ded85180-8e2a-11e9-98e7-0543fd90b35b.png"> After: <img width="254" alt="Screenshot 2019-06-13 at 22 30 05" src="https://user-images.githubusercontent.com/302566/59468803-e4359c00-8e2a-11e9-8e52-e0518319c13d.png">
2 parents e7cd4a5 + 1a06105 commit b65dfb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ hashbrown = "0.5"
6767

6868
Then:
6969

70-
```rs
70+
```rust
7171
use hashbrown::HashMap;
7272
let mut map = HashMap::new();
7373
```

0 commit comments

Comments
 (0)