From 80b45a9a6881178b7182c47a4d89a62c9241405d Mon Sep 17 00:00:00 2001 From: Azriel Hoh Date: Thu, 22 Dec 2022 09:23:46 +1300 Subject: [PATCH] Add `rust` syntax to readme snippet --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3526aff..abd255a 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ For now, the priority for new platforms is: Example == -```no_run +```rust,no_run use swbuf::GraphicsContext; use winit::event::{Event, WindowEvent}; use winit::event_loop::{ControlFlow, EventLoop};