Skip to content

Commit

Permalink
Rust syntax highlighting on code example in quickstart guide (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunjay authored and LegNeato committed Sep 12, 2018
1 parent c87a3ce commit a2ffbf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ To actually serve the schema, see the guides for our [Rocket][rocket_guide] or
You can invoke `juniper::execute` directly to run a GraphQL query:

!FILENAME main.rs
```
```rust
#[macro_use] extern crate juniper;

use juniper::{FieldResult, Variables, EmptyMutation};
Expand Down

0 comments on commit a2ffbf8

Please sign in to comment.